centaline-data-driven 1.5.55 → 1.5.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache +0 -0
  2. package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/db.lock +0 -0
  3. package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/storage.ide +0 -0
  4. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +11 -10
  5. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +11 -14
  6. package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.targets +7 -7
  7. package/obj/project.assets.json +11 -52
  8. package/package.json +1 -1
  9. package/release-log.md +9 -0
  10. package/src/Detail.vue +3 -3
  11. package/src/Form.vue +2 -3
  12. package/src/SearchList.vue +28 -20
  13. package/src/SearchTree.vue +2 -2
  14. package/src/centaline/css/common.css +32 -31
  15. package/src/centaline/css/max.css +14 -14
  16. package/src/centaline/dynamicCb/src/dynamicCb.vue +1 -1
  17. package/src/centaline/dynamicCheckbox/src/dynamicCheckbox.vue +4 -4
  18. package/src/centaline/dynamicContact/src/dynamicContact.vue +1 -1
  19. package/src/centaline/dynamicContainer/src/dynamicContainer.vue +1 -1
  20. package/src/centaline/dynamicDetail/src/dynamicContactList.vue +4 -4
  21. package/src/centaline/dynamicDetail/src/dynamicCustomerSimpleDetail.vue +1 -1
  22. package/src/centaline/dynamicDetail/src/dynamicEstateBuildingDetail.vue +11 -11
  23. package/src/centaline/dynamicDetail/src/dynamicEstateSimpleDetail.vue +2 -2
  24. package/src/centaline/dynamicDetail/src/dynamicMatchCustomer.vue +1 -1
  25. package/src/centaline/dynamicDetail/src/dynamicPropertyDetailOFI.vue +13 -13
  26. package/src/centaline/dynamicDetail/src/dynamicPropertyDetailRET.vue +13 -13
  27. package/src/centaline/dynamicDetail/src/dynamicPropertySimpleDetailRET.vue +2 -2
  28. package/src/centaline/dynamicDragSort/src/dynamicDragSort.vue +1 -1
  29. package/src/centaline/dynamicHyperLink/index.js +1 -1
  30. package/src/centaline/dynamicInputNumber/src/dynamicInputNumber.vue +9 -7
  31. package/src/centaline/dynamicIti/src/dynamicIti.vue +7 -1
  32. package/src/centaline/dynamicLayout/src/dynamicLayoutChildren.vue +17 -17
  33. package/src/centaline/dynamicMo/src/dynamicMo.vue +6 -6
  34. package/src/centaline/dynamicPlaceHolder/index.js +1 -1
  35. package/src/centaline/dynamicPopupSearchList/src/dynamicPopupSearchListTable.vue +1 -1
  36. package/src/centaline/dynamicRepeat/src/dynamicRepeat.vue +6 -9
  37. package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +3 -3
  38. package/src/centaline/dynamicSeg/src/dynamicSeg.vue +2 -2
  39. package/src/centaline/dynamicSo/src/dynamicSo.vue +6 -6
  40. package/src/centaline/dynamicSos/src/dynamicSos.vue +8 -8
  41. package/src/centaline/dynamicSw/src/dynamicSw.vue +1 -1
  42. package/src/centaline/dynamicT/src/dynamicT.vue +2 -2
  43. package/src/centaline/dynamicTags/src/dynamicTags.vue +6 -6
  44. package/src/centaline/loader/src/ctl/Button.js +16 -16
  45. package/src/centaline/loader/src/ctl/PlaceHolder.js +2 -2
  46. package/src/centaline/loader/src/ctl/Sos.js +2 -2
  47. package/src/centaline/templateControls/src/dynamicTableCurrency.vue +5 -5
  48. package/src/main.js +10 -7
  49. package/wwwroot/static/centaline/centaline-data-driven.js +140 -134
  50. package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
  51. package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache.v2 +0 -0
  52. package/.vs/Centaline.Front_End.DataDriven/config/applicationhost.config +0 -1034
  53. package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.csproj.FileListAbsolute.txt +0 -6
@@ -1,13 +1,21 @@
1
1
  <template>
2
2
  <div id="app-search" style="width:100%;height:100%;position: fixed;">
3
+
3
4
  <!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/transaction-workflow/getLayoutOfSearch'" :searchDataApi="'/api/third-dept-tran/transaction-workflow/list'"></ct-searchlist> -->
4
5
 
5
- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist>
6
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/third-dept-tran/tran-list/layout'" :searchDataApi="'/api/third-dept-tran/tran-list'"></ct-searchlist> -->
6
7
 
7
- <!-- <ct-searchlist :apiParam="para"
8
- :searchConditionApi="'/api/third-dept-tran/tran-list/layout'"
9
- :searchDataApi="'/api/third-dept-tran/tran-list'">
10
- </ct-searchlist> -->
8
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/third-dept-tran/profit-return/layout'" :searchDataApi="'/api/third-dept-tran/profit-return'"></ct-searchlist> -->
9
+
10
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/third-dept-tran/tran-list/tran-emp-achievement-layout'" :searchDataApi="'/api/third-dept-tran/tran-list/tran-emp-achievement-list'"></ct-searchlist> -->
11
+
12
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/finance/tran-commission-allocate/process-layout'" :searchDataApi="'/api/finance/tran-commission-allocate/process-list'"></ct-searchlist> -->
13
+
14
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/shift-approver/layout'" :searchDataApi="'/api/shift-approver/list'"></ct-searchlist> -->
15
+
16
+
17
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/filemanage/batchdownlist/getLayoutOfSearch'" :searchDataApi="'/filemanage/batchdownlist/getList'"></ct-searchlist> -->
18
+
11
19
 
12
20
  <!-- <ct-searchlist :apiParam="para"
13
21
  :searchConditionApi="'/api/transaction/adjustRecord/getLayoutOfSearch'"
@@ -37,16 +45,16 @@
37
45
  :searchStatsApi="'/ProfileWorklistList/getListStats'">
38
46
  </ct-searchlist> -->
39
47
 
40
- <!--<ct-searchlist :apiParam="para"
41
- :searchConditionApi="'/CallTaskList/getLayoutOfSearch'"
42
- :searchDataApi="'/CallTaskList/getListOfSearchModel'">
43
- </ct-searchlist>-->
48
+ <!-- <ct-searchlist :apiParam="para"
49
+ :searchConditionApi="'/RightValueList/getLayoutOfSearch'"
50
+ :searchDataApi="'/RightValueList/getListOfSearchModel'">
51
+ </ct-searchlist> -->
44
52
 
45
- <!--<ct-searchlist
53
+ <!-- <ct-searchlist
46
54
  :searchCategoryApi="'/PropertyPublishList/getLayoutOfSearchCategory'"
47
55
  :searchConditionApi="'/PropertyPublishList/getLayoutOfSearchForRET'" :searchStatsApi="'/PropertyPublishList/getListStatsForRET'"
48
56
  :searchDataApi="'/PropertyPublishList/getListOfSearchModelForRET'">
49
- </ct-searchlist>-->
57
+ </ct-searchlist> -->
50
58
 
51
59
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
52
60
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
@@ -60,17 +68,17 @@
60
68
  :searchStatsApi="'/PropertyOFIList/getListStats'">
61
69
  </ct-searchlist> -->
62
70
 
63
- <!-- <ct-searchlist :searchConditionApi="'/EstateList/getLayoutOfSearch'"
64
- :searchDataApi="'/EstateList/getListOfSearchModel'">
65
- </ct-searchlist> -->
71
+ <!-- <ct-searchlist :searchConditionApi="'/EstateList/getLayoutOfSearch'" :searchDataApi="'/EstateList/getListOfSearchModel'"></ct-searchlist> -->
66
72
 
67
- <!-- <ct-searchlist :searchConditionApi="'/EstateBuildingList/getLayoutOfSearch'"
68
- :searchDataApi="'/EstateBuildingList/getListOfSearchModel'">
69
- </ct-searchlist> -->
73
+ <!-- <ct-searchlist :searchConditionApi="'/EstateBuildingList/getLayoutOfSearch'" :searchDataApi="'/EstateBuildingList/getListOfSearchModel'"></ct-searchlist> -->
70
74
 
71
- <!-- <ct-searchlist :searchConditionApi="'/DistrictList/getLayoutOfSearch'"
72
- :searchDataApi="'/DistrictList/getListOfSearchModel'">
73
- </ct-searchlist> -->
75
+ <!-- <ct-searchlist :searchConditionApi="'/DistrictList/getLayoutOfSearch'" :searchDataApi="'/DistrictList/getListOfSearchModel'"></ct-searchlist> -->
76
+
77
+ <!-- <ct-searchlist :searchConditionApi="'/CustomerImportList/getLayoutOfSearch'" :searchDataApi="'/CustomerImportList/getListOfSearchModel'"></ct-searchlist> -->
78
+
79
+ <ct-searchlist :searchConditionApi="'/CustomerList/getLayoutOfSearch'" :searchStatsApi="'/CustomerList/getListStats'" :searchDataApi="'/CustomerList/getListOfSearchModel'"></ct-searchlist>
80
+
81
+ <!-- <ct-searchlist :searchConditionApi="'/CallTaskList/getLayoutOfSearch'" :searchDataApi="'/CallTaskList/getListOfSearchModel'"></ct-searchlist> -->
74
82
 
75
83
  <!-- <ct-searchlist :searchConditionApi="'/RoleList/getLayoutOfSearch'" :searchStatsApi="'/RoleList/getListStats'" :searchDataApi="'/RoleList/getListOfSearchModel'"></ct-searchlist> -->
76
84
 
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
  <div id="app-Tree" style="height:100%;position: fixed;width:100%">
3
3
  <ct-treelist :flagsearch="true" :apiParam="apiParam" :leftWidth="'280'"
4
- :searchConditionApi="'/DepartmentList/getLayoutOfSearch'"
5
- :searchDataApi="'/DepartmentList/getListOfSearchModel'" @loaded="loaded"></ct-treelist>
4
+ :searchConditionApi="'/SystemParameterCatalogList/getLayoutOfSearch'"
5
+ :searchDataApi="'/SystemParameterCatalogList/getListOfSearchModel'" @loaded="loaded"></ct-treelist>
6
6
  <ct-dialog-list></ct-dialog-list>
7
7
  </div>
8
8
  </template>
@@ -26,6 +26,7 @@ html {
26
26
  --centalineGray:#666666;
27
27
  --centalineMediumGray:#888888;
28
28
  --centalinePlaceholder:#AAAAAA;
29
+ --bagGray:#ddd;
29
30
  }
30
31
  .ct-so {
31
32
  font-size: 14px;
@@ -39,7 +40,7 @@ html {
39
40
  border-radius: 4px;
40
41
  -webkit-box-sizing: border-box;
41
42
  box-sizing: border-box;
42
- color: #606266;
43
+ color: var(--centalineGray);
43
44
  display: inline-block;
44
45
  font-size: inherit;
45
46
  line-height: 26px;
@@ -56,7 +57,7 @@ html {
56
57
  .ct-so .ct-input_inner::-webkit-input-placeholder, .ct-so .ct-input_inner::-moz-placeholder,
57
58
  .ct-so .ct-input_inner:-ms-input-placeholder, .ct-so .ct-input_inner:hover, .ct-tags .ct-input_inner::-webkit-input-placeholder,
58
59
  .ct-tags .ct-input_inner::-moz-placeholder, .ct-tags .ct-input_inner:-ms-input-placeholder, .ct-tags .ct-input_inner:hover {
59
- color: #c0c4cc;
60
+ color: var(--bagGray);
60
61
  }
61
62
 
62
63
  .ct-so.isfocus .ct-input_inner:hover, .ct-so.isfocus .ct-input_inner, .ct-tags.isfocus .ct-input_inner:hover, .ct-tags.isfocus .ct-input_inner,
@@ -70,7 +71,7 @@ html {
70
71
  }
71
72
 
72
73
  .ct-so .el-select__caret {
73
- color: #BBBBBB;
74
+ color: var(--centalinePlaceholder);
74
75
  font-size: inherit;
75
76
  -webkit-transition: -webkit-transform .3s;
76
77
  transition: -webkit-transform .3s;
@@ -111,7 +112,7 @@ html {
111
112
  cursor: pointer !important;
112
113
  }
113
114
  .ct-so .ct-close > .el-select__caret.is-show-close:hover, .ct-tags .ct-close > .el-select__caret.is-show-close:hover {
114
- color: #909399;
115
+ color: var(--centalineMediumGray);
115
116
  }
116
117
 
117
118
  .ct-tags .showLabel .ct-input_inner, .ct-so .showLabel .ct-input_inner, .ct-iti-editor input,
@@ -133,7 +134,7 @@ html {
133
134
  }
134
135
  .ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close {
135
136
  line-height: unset;
136
- color: #c0c4cc;
137
+ color: var(--bagGray);
137
138
  cursor: pointer;
138
139
  display:none;
139
140
  }
@@ -141,13 +142,13 @@ html {
141
142
  display: initial;
142
143
  }
143
144
  .ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close:hover {
144
- color: #909399;
145
+ color: var(--centalineMediumGray);
145
146
  }
146
147
  .el-input-group__prepend {
147
148
  min-width: 72px;
148
149
  }
149
150
  .ct-iti .el-input__inner,.ct-text .el-input__inner,.ct-so .ct-input_inner{
150
- border: 1px solid #C6C6C6;
151
+ border: 1px solid var(--bagGray);
151
152
  }
152
153
  .ct-dialog_wrapper {
153
154
  /*position: absolute;*/
@@ -277,7 +278,7 @@ html {
277
278
  background-color: #fff;
278
279
  background-image: none;
279
280
  border-radius: 4px;
280
- border: 1px solid #dcdfe6;
281
+ border: 1px solid var(--bagGray);
281
282
  -webkit-box-sizing: border-box;
282
283
  box-sizing: border-box;
283
284
  color: transparent;
@@ -295,13 +296,13 @@ html {
295
296
  }
296
297
  .ct-is-disabled {
297
298
  background-color: #f5f7fa;
298
- border-color: #e4e7ed;
299
+ border-color: var(--bagGray);
299
300
  /* color: #c0c4cc!important; */
300
301
  color: var(--centalineBlue) !important;
301
302
  cursor: not-allowed;
302
303
  -webkit-appearance: none;
303
304
  border-radius: 4px;
304
- border: 1px solid #dcdfe6;
305
+ border: 1px solid var(--bagGray);
305
306
  -webkit-box-sizing: border-box;
306
307
  box-sizing: border-box;
307
308
  display: inline-block;
@@ -423,11 +424,11 @@ html {
423
424
  }
424
425
  /*输入框重置文字边框颜色*/
425
426
  .el-input-group__append, .el-input-group__prepend {
426
- color: #767A81;
427
- border-color:#cecece;
427
+ color: var(--centalineMediumGray);
428
+ border-color:var(--bagGray);
428
429
  }
429
430
  .el-radio__inner, .el-checkbox__inner {
430
- border-color: #cecece
431
+ border-color: var(--bagGray);
431
432
  }
432
433
  /*必填label*/
433
434
  .requiredLabel {
@@ -502,17 +503,17 @@ html {
502
503
  }
503
504
  /* 工具栏按钮置灰 */
504
505
  .ct-tableToolbar button {
505
- border: 1px solid #ced0d9;
506
+ border: 1px solid var(--centalinePlaceholder);
506
507
  background-color: #fff;
507
508
  color: var(--centalineBlack);
508
509
  }
509
510
  .ct-tableToolbar button:hover{
510
- color: #666;
511
- border: 1px solid #ced0d9;
512
- background: linear-gradient(#F4F4F5,#DFE3F1);
511
+ color: var(--centalineGray);
512
+ border: 1px solid var(--centalinePlaceholder);
513
+ background: linear-gradient(#F4F4F5,var(--bagGray));
513
514
  }
514
515
  .ct-tableToolbar button:focus{
515
- border: 1px solid #ced0d9;
516
+ border: 1px solid var(--centalinePlaceholder);
516
517
  background: -webkit-linear-gradient(top, #fff, #f2f4f7);
517
518
  color: #333;
518
519
  }
@@ -523,8 +524,8 @@ html {
523
524
  }
524
525
  .ct-option.el-tag.el-tag--success {
525
526
  background-color: #f0f2f5;
526
- border-color: #ced0d9;
527
- color: #666;
527
+ border-color: var(--centalinePlaceholder);
528
+ color: var(--centalineGray);
528
529
  }
529
530
  .el-select__tags .el-tag.el-tag--info{
530
531
  background-color: #fff;
@@ -549,10 +550,10 @@ html {
549
550
  margin-right: 5px;
550
551
  } */
551
552
  .el-collapse-item__header{
552
- border-bottom: 3px solid #e6ebf5;
553
+ border-bottom: 3px solid var(--bagGray);
553
554
  }
554
555
  .el-collapse-item__wrap{
555
- border-bottom: 3px solid #e6ebf5;
556
+ border-bottom: 3px solid var(--bagGray);
556
557
  }
557
558
  .el-collapse{
558
559
  border-top: none;
@@ -592,7 +593,7 @@ html {
592
593
  width: 100%;
593
594
  height: 100%;
594
595
  position: inherit;
595
- background: #eceff2;
596
+ background: var(--bagGray);
596
597
  padding: 0px;
597
598
  }
598
599
 
@@ -649,7 +650,7 @@ html {
649
650
  vertical-align: middle;
650
651
  display: table-cell;
651
652
  position: relative;
652
- border: 0px solid #DCDFE6!important; /*无边框*/
653
+ border: 0px solid var(--bagGray)!important; /*无边框*/
653
654
  border-radius: 4px;
654
655
  padding: 0 5px!important;
655
656
  width: 1px;
@@ -731,18 +732,18 @@ html {
731
732
 
732
733
  .el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
733
734
  color: #FFF;
734
- background-color: #d6d6d6;
735
- border-color: #d6d6d6;
735
+ background-color: var(--bagGray);
736
+ border-color: var(--bagGray);
736
737
  }
737
738
  .el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover {
738
739
  color: #FFF;
739
- background-color: #d6d6d6;
740
- border-color: #d6d6d6;
740
+ background-color: var(--bagGray);
741
+ border-color: var(--bagGray);
741
742
  }
742
743
  /* 工具栏按钮 不能炒作 灰色*/
743
744
  .ct-tableToolbar .is-disabled {
744
745
  background: #EDEDED !important;
745
- border: 1px solid #E0E0E0;
746
+ border: 1px solid var(--centalinePlaceholder);
746
747
  color: var(--centalinePlaceholder);
747
748
  }
748
749
  .ct-tableToolbar .is-disabled:hover {
@@ -888,13 +889,13 @@ color: var(--centalinePlaceholder);
888
889
  .ct-searchcategory .ct-radios {
889
890
  color: #606266;
890
891
  border-radius: 4px;
891
- /*border: 1px solid #dcdfe6;*/
892
+ /*border: 1px solid var(--bagGray);*/
892
893
  line-height: 30px;
893
894
  padding-left: 15px;
894
895
  text-align: right;
895
896
  }
896
897
  .ct-searchcategory .ct-radios:hover {
897
- border-color: #c0c4cc;
898
+ border-color: var(--bagGray);
898
899
  }
899
900
  .ct-searchcategory .ct-radios .el-radio {
900
901
  margin-left: 0px;
@@ -50,10 +50,10 @@
50
50
  }
51
51
 
52
52
  .max-ToolbarButton .max-btn-gray button.el-button.el-button--primary.el-button--mini:hover {
53
- color: #666;
54
- border: 1px solid #ced0d9;
55
- background: -webkit-gradient(linear,left top, left bottom,from(#F4F4F5),to(#DFE3F1));
56
- background: linear-gradient(#F4F4F5,#DFE3F1);
53
+ color: var(--centalineGray);
54
+ border: 1px solid var(--centalinePlaceholder);
55
+ background: -webkit-gradient(linear,left top, left bottom,from(#F4F4F5),to(var(--bagGray)));
56
+ background: linear-gradient(#F4F4F5,var(--bagGray));
57
57
  }
58
58
 
59
59
  /* 弹层新增按钮 */
@@ -98,7 +98,7 @@
98
98
  line-height: 26px !important;
99
99
  border-radius: 6px !important;
100
100
  background: #FFFFFF;
101
- border: 1px solid #E0E0E0;
101
+ border: 1px solid var(--bagGray);
102
102
  padding: 0 15px 0 5px;
103
103
  }
104
104
 
@@ -274,8 +274,8 @@
274
274
  }
275
275
 
276
276
  .el-input-group__append, .el-input-group__prepend {
277
- color: #666;
278
- border-color: #cecece;
277
+ color: var(--centalineGray);
278
+ border-color: var(--bagGray);
279
279
  }
280
280
 
281
281
  .details-content .ct-search-list .ct-ptb5 {
@@ -312,11 +312,11 @@
312
312
  }
313
313
 
314
314
  .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__label {
315
- color: #c0c4cc !important;
315
+ color: var(--bagGray) !important;
316
316
  }
317
317
 
318
318
  .field-top .ct-radios .el-radio.is-disabled:hover .el-radio__input .el-radio__inner {
319
- border-color: #d6d6d6 !important;
319
+ border-color: var(--bagGray) !important;
320
320
  }
321
321
 
322
322
  .field-top .ct-radios .el-radio.is-checked:hover .el-radio__label {
@@ -355,7 +355,7 @@
355
355
 
356
356
  .dragItem .el-checkbox__input.is-checked + .el-checkbox__label {
357
357
  /* color: var(--centalineBlue) !important; */
358
- color: #666 !important;
358
+ color: var(--centalineGray) !important;
359
359
  }
360
360
 
361
361
  #dragAll .el-checkbox__input.is-checked + .el-checkbox__label {
@@ -423,11 +423,11 @@
423
423
  }
424
424
 
425
425
  .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__label {
426
- color: #c0c4cc !important;
426
+ color: var(--bagGray) !important;
427
427
  }
428
428
 
429
429
  .field-top .ct-checkbox .el-checkbox.is-disabled:hover .el-checkbox__input .el-checkbox__inner {
430
- border-color: #d6d6d6 !important;
430
+ border-color: var(--bagGray) !important;
431
431
  }
432
432
 
433
433
  .field-top .ct-checkbox .el-checkbox.is-checked:hover .el-checkbox__label {
@@ -480,7 +480,7 @@
480
480
  }
481
481
 
482
482
  .el-dropdown-menu .el-button.is-disabled, .el-dropdown-menu .el-button.is-disabled:hover, .el-dropdown-menu .el-button.is-disabled:focus, .el-dropdown-menu .el-button.is-disabled:active {
483
- color: #999999 !important;
483
+ color: var(--centalineMediumGray) !important;
484
484
  background: #F3F3F3;
485
- border: 1px solid #E0E0E0;
485
+ border: 1px solid var(--bagGray);
486
486
  }
@@ -69,7 +69,7 @@
69
69
  .ct-checkbox .ct-radios {
70
70
  color: #606266;
71
71
  /* border-radius: 4px; */
72
- /* border: 1px solid #dcdfe6; */
72
+ /* border: 1px solid var(--bagGray); */
73
73
  /* padding-left: 15px; */
74
74
  padding-bottom: 3px;
75
75
  padding-top: 3px;
@@ -90,9 +90,9 @@
90
90
  min-height:28px
91
91
  }
92
92
  .ct-checkbox .ct-checkbox-mian {
93
- color: #c0c4cc;
93
+ color: var(--bagGray);
94
94
  border-radius: 4px;
95
- /*border: 1px solid #dcdfe6;*/
95
+ /*border: 1px solid var(--bagGray);*/
96
96
  min-height: 22px;
97
97
  line-height: 16px;
98
98
  padding-top: 4px;
@@ -100,7 +100,7 @@
100
100
  box-sizing: content-box; /*设置标签的宽度和高度不包含padding和border的属性,真实高度=元素本身的宽高+padding的宽高 + border的宽高*/
101
101
  }
102
102
  .ct-checkbox .ct-checkbox-mian:hover {
103
- border-color: #c0c4cc;
103
+ border-color: var(--bagGray);
104
104
  }
105
105
  .ct-checkbox .ct-checkbox-mian .el-radio {
106
106
  margin-left: 0px;
@@ -130,7 +130,7 @@
130
130
 
131
131
  .ct-checkbox .ct-checkbox-mian:hover .cover-list-item-span {
132
132
  display: initial;
133
- color: #c0c4cc;
133
+ color: var(--bagGray);
134
134
  }
135
135
 
136
136
 
@@ -344,7 +344,7 @@ export default {
344
344
  </script>
345
345
  <style lang="scss" scoped>
346
346
  .ct-contact{
347
- border: 1px solid #ECEFF2;
347
+ border: 1px solid var(--bagGray);
348
348
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
349
349
  border-radius: 6px;
350
350
  padding-bottom: 10px;
@@ -132,7 +132,7 @@
132
132
  padding-left: 10px;
133
133
  }
134
134
  .ct-container{
135
- border: 1px solid #e0e0e0;
135
+ border: 1px solid var(--bagGray);
136
136
  }
137
137
  .ct-container main{
138
138
  padding: 6px 0;
@@ -498,7 +498,7 @@
498
498
  height: 26px;
499
499
  color: #333333;
500
500
  background-color: #FFFFFF;
501
- border: 1px solid #E0E0E0;
501
+ border: 1px solid var(--bagGray);
502
502
  border-radius: 6px;
503
503
  font-size: 12px;
504
504
  }
@@ -553,7 +553,7 @@
553
553
  border-collapse: collapse;
554
554
  }
555
555
  .ct-searchtable .ct-table th {
556
- background-color: #f4f7fa !important;
556
+ background-color: #ddd !important;
557
557
  border-top: 1px solid #ebeef5;
558
558
  }
559
559
  .ct-searchtable .ct-tr > .ct-td {
@@ -643,11 +643,11 @@
643
643
  left: 7px;
644
644
  }
645
645
  .ct-table .ct-td > .caret-wrapper > .sort-caret.ascending {
646
- border-bottom-color: #c0c4cc;
646
+ border-bottom-color: var(--bagGray);
647
647
  top: 5px;
648
648
  }
649
649
  .ct-table .ct-td > .caret-wrapper > .sort-caret.descending {
650
- border-top-color: #c0c4cc;
650
+ border-top-color: var(--bagGray);
651
651
  bottom: 7px;
652
652
  }
653
653
 
@@ -900,7 +900,7 @@ export default {
900
900
  margin-top: 16px;
901
901
  display: flex;
902
902
  height: 65px;
903
- border: 1px solid #ECEFF2;
903
+ border: 1px solid var(--bagGray);
904
904
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
905
905
  border-radius: 6px;
906
906
  text-align: center;
@@ -890,7 +890,7 @@ export default {
890
890
  color: #388cd3;
891
891
  }
892
892
  .main {
893
- background: #eceff2;
893
+ background: var(--bagGray);
894
894
  }
895
895
  .rel {
896
896
  position: relative;
@@ -1005,7 +1005,7 @@ export default {
1005
1005
  .t-tag {
1006
1006
  color: #333333;
1007
1007
  background: #E8EAED;
1008
- border: 1px solid #C6C6C6;
1008
+ border: 1px solid var(--bagGray);
1009
1009
  padding: 2px 9px;
1010
1010
  border-radius: 3px;
1011
1011
  margin-right: 10px;
@@ -1021,7 +1021,7 @@ export default {
1021
1021
  line-height: 26px;
1022
1022
  color: var(--centalineBlack);
1023
1023
  background-color: #ffffff;
1024
- border: 1px solid #C6C6C6;
1024
+ border: 1px solid var(--bagGray);
1025
1025
  border-radius: 6px;
1026
1026
  font-size: 12px;
1027
1027
  z-index: 1;
@@ -1175,8 +1175,8 @@ export default {
1175
1175
  .info-mid {
1176
1176
  // margin: 35px 0 0 0;
1177
1177
  // padding: 20px;
1178
- border-top: 1px solid #e0e0e0;
1179
- border-bottom: 1px solid #e0e0e0;
1178
+ border-top: 1px solid var(--bagGray);
1179
+ border-bottom: 1px solid var(--bagGray);
1180
1180
  display: flex;
1181
1181
  padding: 15px 0;
1182
1182
 
@@ -1269,7 +1269,7 @@ export default {
1269
1269
  .el-table__body
1270
1270
  tr.el-table__row--striped
1271
1271
  td.el-table__cell {
1272
- background: 1px solid #e0e0e0;
1272
+ background: 1px solid var(--bagGray);
1273
1273
  }
1274
1274
  }
1275
1275
  }
@@ -1294,7 +1294,7 @@ export default {
1294
1294
  width: calc((100% - 16px * 3) / 4);
1295
1295
  margin: 16px 16px 0 0;
1296
1296
  padding: 16px 0 16px 16px;
1297
- border: 1px solid #e0e0e0;
1297
+ border: 1px solid var(--bagGray);
1298
1298
  border-radius: 6px;
1299
1299
  display: flex;
1300
1300
  img {
@@ -1434,7 +1434,7 @@ export default {
1434
1434
  padding: 0;
1435
1435
  .table-box {
1436
1436
  display: flex;
1437
- border-bottom: 1px solid #e0e0e0;
1437
+ border-bottom: 1px solid var(--bagGray);
1438
1438
  .t-item {
1439
1439
  padding: 5px 8px;
1440
1440
  font-size: 14px;
@@ -1443,7 +1443,7 @@ export default {
1443
1443
  display: flex;
1444
1444
  flex-flow: column;
1445
1445
  align-items: flex-start;
1446
- border-right: 1px solid #e0e0e0;
1446
+ border-right: 1px solid var(--bagGray);
1447
1447
  justify-content: center;
1448
1448
  min-width: 0;
1449
1449
  .t-but {
@@ -1479,7 +1479,7 @@ export default {
1479
1479
  width: 100%;
1480
1480
  height: 1px;
1481
1481
  margin-top: 10px;
1482
- background: #e0e0e0;
1482
+ background: var(--bagGray);
1483
1483
  }
1484
1484
  .match-customre {
1485
1485
  display: flex;
@@ -1544,7 +1544,7 @@ export default {
1544
1544
  height: 26px;
1545
1545
  color: #333333;
1546
1546
  background-color: #ffffff;
1547
- border: 1px solid #e0e0e0;
1547
+ border: 1px solid var(--bagGray);
1548
1548
  border-radius: 6px;
1549
1549
  font-size: 12px;
1550
1550
  }
@@ -39,7 +39,7 @@
39
39
  model.fields1Dic.EstateName.value }}</span>
40
40
  <span>{{ model.fields1Dic.BuildingName.value }}</span>
41
41
  <span>{{ model.fields1Dic.RoomNo.value }}</span>
42
- <div style="border: 1px solid #E0E0E0;font-size: 12px;color: #333333;padding-top: 3px;
42
+ <div style="border: 1px solid var(--bagGray);font-size: 12px;color: #333333;padding-top: 3px;
43
43
  width: 68px;height: 26px;border-radius: 6px;text-align: center;margin-left: auto;">
44
44
  {{ model.fields1Dic.StatusName.value }}
45
45
  </div>
@@ -769,7 +769,7 @@ export default {
769
769
  margin-top: 16px;
770
770
  display: flex;
771
771
  height: 65px;
772
- border: 1px solid #ECEFF2;
772
+ border: 1px solid var(--bagGray);
773
773
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
774
774
  border-radius: 6px;
775
775
  text-align: center;
@@ -111,7 +111,7 @@ export default {
111
111
  width: 100%;
112
112
  height: 1px;
113
113
  margin-top: 10px;
114
- background: #e0e0e0;
114
+ background: var(--bagGray);
115
115
  }
116
116
  .match-customre {
117
117
  display: flex;