|
@@ -27,8 +27,13 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
$contentData = $point->lastChildReview->data;
|
|
$contentData = $point->lastChildReview->data;
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
|
|
+<link href="/select2/select2.min.css" rel="stylesheet" />
|
|
|
|
+<script src="/select2/select2.min.js"></script>
|
|
<div class="p-3 mcp-theme-1">
|
|
<div class="p-3 mcp-theme-1">
|
|
<style>
|
|
<style>
|
|
|
|
+ .select2-container {
|
|
|
|
+ width: 100% !important;
|
|
|
|
+ }
|
|
.select-esc-option {
|
|
.select-esc-option {
|
|
max-width: 100px;
|
|
max-width: 100px;
|
|
min-width: auto !important;
|
|
min-width: auto !important;
|