|
@@ -62,6 +62,42 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<% if (ctx.session.sessionProject.page_show.openChangePlan) { %>
|
|
|
+ <style>
|
|
|
+ .select2-container {
|
|
|
+ /*display: inline-block!important;*/
|
|
|
+ /*height: 27px;*/
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+ .select2-container--bootstrap4 .select2-selection--single {
|
|
|
+ height: calc(1.1em + .75rem + 2px) !important;
|
|
|
+ }
|
|
|
+ /*.select2-container--bootstrap4 .select2-selection {*/
|
|
|
+ /* background-color: #f8f9fa;*/
|
|
|
+ /* !*border-color: #f8f9fa;*!*/
|
|
|
+ /* border: 1px solid #f8f9fa;*/
|
|
|
+ /*}*/
|
|
|
+ /*.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered:focus{*/
|
|
|
+ /* box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);*/
|
|
|
+ /*}*/
|
|
|
+ /*.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered:hover {*/
|
|
|
+ /* background-color: #e2e6ea;*/
|
|
|
+ /* border-color: #dae0e5;*/
|
|
|
+ /*}*/
|
|
|
+ .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
|
|
|
+ line-height: calc(1.1em + .75rem);
|
|
|
+ /*color: #007bff!important;*/
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ /*background-color: #f8f9fa;*/
|
|
|
+ /*border-color: #f8f9fa;*/
|
|
|
+ }
|
|
|
+ .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
|
|
|
+ border-color: #007bff transparent transparent transparent;
|
|
|
+ border-width: 4px 3.7px 0;
|
|
|
+ }
|
|
|
+ .select2-search--dropdown .select2-search__field {
|
|
|
+ padding: 0.175rem 0.5rem;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<div class="form-group">
|
|
|
<label>关联变更方案</label>
|
|
|
<select class="form-control form-control-sm" id="plan-code">
|