imatrix-ui 2.9.18-dw → 2.9.19-boe02

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 (199) hide show
  1. package/lib/super-ui.css +1 -1
  2. package/lib/super-ui.umd.min.js +5 -35
  3. package/package.json +4 -3
  4. package/src/api/sso-service.js +19 -1
  5. package/src/assets/nonemessage.png +0 -0
  6. package/src/i18n/i18n.js +1 -1
  7. package/src/i18n/langs/cn.js +25 -6
  8. package/src/i18n/langs/en.js +27 -7
  9. package/src/permission.js +2 -2
  10. package/src/plugins.js +3 -3
  11. package/src/router/index.js +10 -0
  12. package/src/store/modules/tab-content.js +6 -0
  13. package/src/store/modules/user.js +32 -2
  14. package/src/styles/display-layout.scss +1 -1
  15. package/src/styles/index.scss +74 -4
  16. package/src/styles/theme/black/font-style.scss +70 -0
  17. package/src/styles/theme/black/index.scss +6 -30
  18. package/src/styles/theme/blue/font-style.scss +37 -0
  19. package/src/styles/theme/blue/index.scss +2 -18
  20. package/src/styles/theme/blue2/font-style.scss +70 -0
  21. package/src/styles/theme/blue2/index.scss +3 -13
  22. package/src/styles/theme/dark-blue/card.scss +4 -6
  23. package/src/styles/theme/dark-blue/form.scss +7 -4
  24. package/src/styles/theme/dark-blue/index.scss +30 -5
  25. package/src/styles/theme/dark-blue/input.scss +4 -1
  26. package/src/styles/theme/dark-blue/message.scss +8 -0
  27. package/src/styles/theme/dark-blue/radio.scss +13 -0
  28. package/src/styles/theme/dark-blue/scrollbar-style.scss +8 -3
  29. package/src/styles/theme/dark-blue/sidebar.scss +7 -37
  30. package/src/styles/theme/dark-blue/tab.scss +4 -1
  31. package/src/styles/theme/dark-blue/table.scss +2 -2
  32. package/src/styles/theme/dark-blue/tree.scss +35 -10
  33. package/src/styles/theme/gray/card-style.scss +13 -1
  34. package/src/styles/theme/gray/font-style.scss +38 -0
  35. package/src/styles/theme/gray/index.scss +13 -25
  36. package/src/styles/theme/gray/scrollbar-style.scss +37 -0
  37. package/src/styles/theme/gray/sidebar.scss +7 -14
  38. package/src/utils/auth-api.js +47 -1
  39. package/src/utils/calculator/calculator-util.js +14 -0
  40. package/src/utils/common-util.js +22 -81
  41. package/src/utils/jump-page-utils.js +12 -9
  42. package/src/utils/preview-util.js +32 -0
  43. package/src/utils/range-selector.js +185 -0
  44. package/src/utils/request.js +20 -12
  45. package/src/utils/util.js +13 -11
  46. package/src/utils/workflow-util.js +3 -0
  47. package/src/views/dsc-component/Sidebar/Item.vue +7 -5
  48. package/src/views/dsc-component/Sidebar/SidebarItem.vue +2 -3
  49. package/src/views/dsc-component/Sidebar/index.vue +14 -22
  50. package/src/views/dsc-component/tabs/tab-content.vue +8 -9
  51. package/src/views/layout/EmptyLayout.vue +4 -1
  52. package/src/views/layout/NewLayout.vue +6 -65
  53. package/src/views/layout/components/AppMain.vue +2 -1
  54. package/src/views/layout/components/Breadcrumb/index.vue +1 -1
  55. package/src/views/layout/components/Menubar/Item.vue +23 -7
  56. package/src/views/layout/components/Menubar/Link.vue +11 -2
  57. package/src/views/layout/components/Menubar/SidebarItem.vue +50 -7
  58. package/src/views/layout/components/Menubar/index.vue +51 -16
  59. package/src/views/layout/components/Sidebar/index.vue +2 -2
  60. package/src/views/layout/components/tabs/tab-content.vue +162 -0
  61. package/src/views/layout/tab-content-iframe-index.vue +31 -0
  62. package/src/views/layout/tab-content-index.vue +84 -0
  63. package/src/views/login/index.vue +1 -1
  64. package/packages/breadcrumb/index.js +0 -6
  65. package/packages/breadcrumb/src/breadcrumb.vue +0 -71
  66. package/packages/department-tree/index.js +0 -6
  67. package/packages/department-tree/src/department-tree.vue +0 -108
  68. package/packages/department-tree-inline/index.js +0 -6
  69. package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -411
  70. package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -293
  71. package/packages/department-tree-inline/src/department-tree-inline.vue +0 -86
  72. package/packages/department-tree-inline/src/department-tree-service.js +0 -275
  73. package/packages/department-tree-inline/src/search-result.vue +0 -176
  74. package/packages/department-user-tree/index.js +0 -6
  75. package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -116
  76. package/packages/department-user-tree/src/department-user-single-tree.vue +0 -76
  77. package/packages/department-user-tree/src/department-user-tree.vue +0 -101
  78. package/packages/department-user-tree-inline/index.js +0 -6
  79. package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -639
  80. package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -274
  81. package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -79
  82. package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -248
  83. package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -142
  84. package/packages/department-user-tree-inline/src/search-result.vue +0 -197
  85. package/packages/directives/prevent-reclick.js +0 -19
  86. package/packages/dynamic-source-select/index.js +0 -6
  87. package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -70
  88. package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -440
  89. package/packages/dynamic-source-select/src/events.js +0 -55
  90. package/packages/fs-preview/index.js +0 -6
  91. package/packages/fs-preview/src/fs-preview.vue +0 -226
  92. package/packages/fs-upload/index.js +0 -6
  93. package/packages/fs-upload/src/fs-upload-multi.vue +0 -420
  94. package/packages/fs-upload/src/fs-upload-single.vue +0 -312
  95. package/packages/fs-upload/src/fs-upload.vue +0 -189
  96. package/packages/fs-upload/src/see-big-picture.vue +0 -55
  97. package/packages/fs-upload-list/index.js +0 -6
  98. package/packages/fs-upload-list/src/fs-upload-list.vue +0 -287
  99. package/packages/hamburger/index.js +0 -6
  100. package/packages/hamburger/src/hamburger.vue +0 -38
  101. package/packages/index.js +0 -121
  102. package/packages/multipart-upload/index.js +0 -6
  103. package/packages/multipart-upload/src/index.vue +0 -73
  104. package/packages/multipart-upload/src/multipart-upload-form.vue +0 -297
  105. package/packages/multipart-upload/src/multipart-upload-list.vue +0 -378
  106. package/packages/organization-input/index.js +0 -6
  107. package/packages/organization-input/src/organization-input.vue +0 -542
  108. package/packages/plugins/export-data-new.js +0 -466
  109. package/packages/plugins/export-data.js +0 -361
  110. package/packages/plugins/index.js +0 -15
  111. package/packages/plugins/public-method.js +0 -43
  112. package/packages/remove-department/index.js +0 -6
  113. package/packages/remove-department/src/remove-department.vue +0 -172
  114. package/packages/remove-department/src/remove-dept-service.js +0 -20
  115. package/packages/remove-user/index.js +0 -6
  116. package/packages/remove-user/src/remove-user-service.js +0 -20
  117. package/packages/remove-user/src/remove-user.vue +0 -195
  118. package/packages/remove-workgroup/index.js +0 -6
  119. package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -20
  120. package/packages/remove-workgroup/src/remove-workgroup.vue +0 -159
  121. package/packages/rich-editor/index.js +0 -7
  122. package/packages/rich-editor/index.vue +0 -278
  123. package/packages/rich-editor/langs/zh-Hans.js +0 -1
  124. package/packages/rich-editor/viewer.vue +0 -103
  125. package/packages/scan-code-input/index.js +0 -6
  126. package/packages/scan-code-input/src/events.js +0 -33
  127. package/packages/scan-code-input/src/scan-code-input-colse.vue +0 -131
  128. package/packages/scan-code-input/src/scan-code-input.vue +0 -116
  129. package/packages/secret-info/index.js +0 -7
  130. package/packages/secret-info/index.vue +0 -90
  131. package/packages/super-grid/index.js +0 -7
  132. package/packages/super-grid/src/apis.js +0 -820
  133. package/packages/super-grid/src/columns-config.vue +0 -335
  134. package/packages/super-grid/src/custom-formatter.js +0 -278
  135. package/packages/super-grid/src/dynamic-input.vue +0 -1279
  136. package/packages/super-grid/src/eventBus.js +0 -2
  137. package/packages/super-grid/src/events.js +0 -55
  138. package/packages/super-grid/src/formValidatorUtil.js +0 -226
  139. package/packages/super-grid/src/formatter.js +0 -181
  140. package/packages/super-grid/src/group-column.vue +0 -100
  141. package/packages/super-grid/src/header-context-menu.vue +0 -87
  142. package/packages/super-grid/src/index-column.vue +0 -51
  143. package/packages/super-grid/src/normal-column.vue +0 -775
  144. package/packages/super-grid/src/public-methods.js +0 -31
  145. package/packages/super-grid/src/row-operation.vue +0 -161
  146. package/packages/super-grid/src/search-button.vue +0 -66
  147. package/packages/super-grid/src/search-condition-input.vue +0 -61
  148. package/packages/super-grid/src/search-condition-list.vue +0 -59
  149. package/packages/super-grid/src/search-form-advancedQuery.vue +0 -654
  150. package/packages/super-grid/src/search-form-dialog.vue +0 -79
  151. package/packages/super-grid/src/search-form-item.vue +0 -405
  152. package/packages/super-grid/src/search-form-number.vue +0 -38
  153. package/packages/super-grid/src/search-form-open.vue +0 -170
  154. package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -196
  155. package/packages/super-grid/src/search-form.vue +0 -642
  156. package/packages/super-grid/src/search-methods.js +0 -448
  157. package/packages/super-grid/src/selection-column.vue +0 -43
  158. package/packages/super-grid/src/store.js +0 -3
  159. package/packages/super-grid/src/super-grid-service.js +0 -593
  160. package/packages/super-grid/src/super-grid.vue +0 -2873
  161. package/packages/super-grid/src/utils.js +0 -772
  162. package/packages/super-grid/src/view-image-dialog.vue +0 -130
  163. package/packages/super-nine-grid/index.js +0 -7
  164. package/packages/super-nine-grid/src/apis.js +0 -103
  165. package/packages/super-nine-grid/src/custom-formatter.js +0 -66
  166. package/packages/super-nine-grid/src/formatter.js +0 -132
  167. package/packages/super-nine-grid/src/search-form-number.vue +0 -38
  168. package/packages/super-nine-grid/src/search-form.vue +0 -430
  169. package/packages/super-nine-grid/src/search-methods.js +0 -134
  170. package/packages/super-nine-grid/src/store.js +0 -3
  171. package/packages/super-nine-grid/src/super-grid-service.js +0 -91
  172. package/packages/super-nine-grid/src/super-nine-grid.vue +0 -872
  173. package/packages/super-nine-grid/src/utils.js +0 -261
  174. package/packages/svg-icon/index.js +0 -6
  175. package/packages/svg-icon/src/svg-icon.vue +0 -43
  176. package/packages/utils/memory-cache-utils.js +0 -90
  177. package/packages/utils/utils.js +0 -152
  178. package/packages/utils/value-set.js +0 -86
  179. package/packages/valid-code/index.js +0 -7
  180. package/packages/valid-code/src/valid-code.vue +0 -95
  181. package/packages/workflow-button/index.js +0 -6
  182. package/packages/workflow-button/src/workflow-button.vue +0 -325
  183. package/packages/workflow-history-list/index.js +0 -6
  184. package/packages/workflow-history-list/src/api.js +0 -7
  185. package/packages/workflow-history-list/src/workflow-history-list.vue +0 -185
  186. package/packages/workgroup-tree/index.js +0 -6
  187. package/packages/workgroup-tree/src/workgroup-tree.vue +0 -76
  188. package/packages/workgroup-tree-inline/index.js +0 -6
  189. package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -317
  190. package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -43
  191. package/packages/workgroup-user-tree/index.js +0 -6
  192. package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -100
  193. package/packages/workgroup-user-tree-inline/index.js +0 -6
  194. package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -163
  195. package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -436
  196. package/packages/year-range-picker/index.js +0 -6
  197. package/packages/year-range-picker/src/year-range-picker.vue +0 -51
  198. package/src/index.js +0 -93
  199. package/src/styles/theme/gray/form-style.scss +0 -41
@@ -0,0 +1,70 @@
1
+ .gray {
2
+ $titleColor: rgba(0, 0, 0, 0.85);
3
+
4
+ .list-file {
5
+ color: rgba(0, 13, 31, 0.45);
6
+ font-size: 14px;
7
+ cursor: pointer;
8
+ }
9
+
10
+ .form-list-file {
11
+ color: rgba(0, 0, 0, 0.65);
12
+ background: #F2F6FA;
13
+ border-radius: 6px;
14
+ font-size: 14px;
15
+ cursor: pointer;
16
+ height: 28px;
17
+ line-height: 28px;
18
+ padding: 0 8px 0 8px;
19
+ margin-right: 32px
20
+ }
21
+
22
+ .tip-font {
23
+ color: rgba(0, 0, 0, 0.65);
24
+ font-size: 14px;
25
+ }
26
+
27
+ .superForm {
28
+ .el-form-item__label {
29
+ color: rgba(0, 13, 31, 0.85);
30
+ }
31
+ }
32
+
33
+ .page-layout__title {
34
+ width: 46px;
35
+ height: 16px;
36
+ font-size: 11px;
37
+ font-weight: 500;
38
+ color: #333333;
39
+ line-height: 13px;
40
+ }
41
+
42
+ .component-type-name__title {
43
+ width: 40px;
44
+ height: 14px;
45
+ font-size: 10px;
46
+ font-weight: 500;
47
+ color: #333333;
48
+ line-height: 12px;
49
+ // -webkit-background-clip: text;
50
+ // -webkit-text-fill-color: transparent;
51
+ }
52
+
53
+ .page-layout__title::before {
54
+ content: "";
55
+ text-align: center;
56
+ background: #1A6BF3;
57
+ float: left;
58
+ position: relative;
59
+ border-radius: 3px;
60
+ /** 定义成 block 元素 **/
61
+ display: block;
62
+ // height: 21px;
63
+ // width: 4px;
64
+ margin-right: 12px;
65
+
66
+ width: 2px;
67
+ height: 16px;
68
+
69
+ }
70
+ }
@@ -1,5 +1,5 @@
1
1
  @import './sidebar.scss';
2
-
2
+ @import './font-style.scss';
3
3
  .blue2 .el-dialog__header {
4
4
  padding: 10px 10px 10px;
5
5
  }
@@ -81,6 +81,8 @@
81
81
 
82
82
  .app-container {
83
83
  padding: 20px;
84
+ border-radius: 6px;
85
+ box-shadow: 0px 1px 8px 0px #00000019;
84
86
  }
85
87
 
86
88
  .operation-area {
@@ -92,18 +94,6 @@
92
94
  padding-right: 24px;
93
95
  padding-top: 10px;
94
96
  }
95
- .form-container {
96
- height: calc(100vh - 82px);
97
- overflow: auto;
98
- }
99
-
100
- .form-container .el-form .el-card {
101
- margin-bottom: 10px;
102
- }
103
-
104
- .form-container .el-form .el-card:last-child {
105
- margin-bottom: 0;
106
- }
107
97
 
108
98
 
109
99
  // 解决tab页签中内容多时没有滚动条问题
@@ -55,10 +55,8 @@
55
55
  .el-card__header>div {
56
56
  line-height: 22px;
57
57
  }
58
-
59
- .card-style {
60
- margin-top: 20px;
61
- }
62
58
  }
63
-
64
- }
59
+ .card-style {
60
+ margin-top: 20px;
61
+ }
62
+ }
@@ -1,4 +1,7 @@
1
1
  .dark-blue {
2
+ .grid-search-form .el-form-item {
3
+ margin-bottom: 0px;
4
+ }
2
5
 
3
6
  .button-at-top {
4
7
  width: 100%;
@@ -38,14 +41,14 @@
38
41
  line-height: 72px;
39
42
  }
40
43
 
41
- .form-center-position{
44
+ .form-center-position {
42
45
  position: relative;
43
46
 
44
- .form-center-son{
47
+ .form-center-son {
45
48
  position: absolute;
46
49
  top: 50%;
47
50
  left: 50%;
48
- transform: translate(-50%,-50%);
51
+ transform: translate(-50%, -50%);
49
52
  }
50
53
  }
51
- }
54
+ }
@@ -12,10 +12,12 @@
12
12
  @import './dialog.scss';
13
13
  @import './tree.scss';
14
14
  @import './scrollbar-style.scss';
15
+ @import './message.scss';
16
+ @import './radio.scss';
15
17
 
16
18
 
17
19
  .dark-blue {
18
- font-family: cursive;
20
+ font-family: Source Han Sans CN;
19
21
  font-size: 14px;
20
22
  color: rgba(0, 0, 0, 0.85);
21
23
  -moz-osx-font-smoothing: grayscale;
@@ -24,7 +26,7 @@
24
26
  height: 100%;
25
27
 
26
28
  .el-button {
27
- font-family: cursive;
29
+ font-family: Source Han Sans CN;
28
30
  }
29
31
 
30
32
  .fl {
@@ -84,16 +86,16 @@
84
86
 
85
87
  //main-container全局样式
86
88
  .app-main {
87
- min-height: 100%;
89
+ min-height: 100vh;
88
90
  background: #f7f7f8;
89
- padding: 11px 24px 11px 24px;
91
+ padding: 11px 24px 24px 24px;
90
92
  // padding-top: 12px;
91
93
  }
92
94
 
93
95
  .app-container {
94
96
  // padding: 20px;
95
97
  // padding: 0px;
96
- padding: 20px 24px;
98
+ padding: 20px 24px 0px 24px;
97
99
  background: #FFFFFF;
98
100
  border-radius: 6px;
99
101
  box-shadow: 0px 1px 8px 0px #00000019;
@@ -116,6 +118,7 @@
116
118
  top: 50%;
117
119
  left: 50%;
118
120
  transform: translate(-50%, -50%);
121
+ height: auto;
119
122
 
120
123
  .add_form_buttomButton {
121
124
  text-align: right;
@@ -125,7 +128,21 @@
125
128
 
126
129
  .operation-area {
127
130
  margin-bottom: 20px;
131
+ }
128
132
 
133
+ /**
134
+ * @description: 工具栏布局
135
+ * @Date: 2023-07-17 15:48:04
136
+ * @param {*}
137
+ * @return {*}
138
+ */
139
+ .toolbar_flex {
140
+ display: flex;
141
+ justify-content: space-between;
142
+
143
+ .list_toolbar_page_style {
144
+ text-align: right;
145
+ }
129
146
  }
130
147
 
131
148
  .operation-area-chart {
@@ -244,4 +261,12 @@
244
261
  // box-shadow: 0px 1px 8px 0px #00000019;
245
262
  // }
246
263
  // }
264
+
265
+ // 清除 app-container 类样式
266
+ .clear_app_container {
267
+ padding: 0;
268
+ background: transparent;
269
+ border-radius: 0;
270
+ box-shadow: 0 0px 0px #ccc;
271
+ }
247
272
  }
@@ -10,6 +10,9 @@
10
10
  .el-input.is-disabled .el-input__inner {
11
11
  color: #606266;
12
12
  }
13
+ .el-textarea.is-disabled .el-textarea__inner{
14
+ color: #606266;
15
+ }
13
16
  }
14
17
 
15
- }
18
+ }
@@ -0,0 +1,8 @@
1
+ .dark-blue {
2
+
3
+ //将message的提示框位于遮罩层的上方
4
+ .el-message--warning {
5
+ z-index:3000 !important;
6
+ }
7
+
8
+ }
@@ -0,0 +1,13 @@
1
+ .dark-blue {
2
+
3
+ // radio中间的圆点颜色
4
+ .el-radio__input.is-disabled.is-checked .el-radio__inner::after {
5
+ background-color: #000000;
6
+ }
7
+
8
+ .el-radio__input.is-disabled .el-radio__inner,
9
+ .el-radio__input.is-disabled.is-checked .el-radio__inner {
10
+ background-color: #F5F7FA;
11
+ border-color: #666666;
12
+ }
13
+ }
@@ -2,8 +2,13 @@
2
2
 
3
3
  // 滚动条基础样式
4
4
  ::-webkit-scrollbar {
5
- width: 6px; // 纵向的宽度
6
- height: 8px; // 横向的高度
5
+ width: 8px; // 纵向的宽度
6
+ height: 12px; // 横向的高度
7
+ }
8
+
9
+ //解决固定列不能拖拽问题
10
+ .el-table__fixed{
11
+ height: calc(100% - 12px) !important;
7
12
  }
8
13
 
9
14
  // 默认下滚动条的样式
@@ -29,4 +34,4 @@
29
34
  background-color: #eaeaea;
30
35
  border: none;
31
36
  }
32
- }
37
+ }
@@ -6,30 +6,26 @@
6
6
  .main-container {
7
7
  height: 100%;
8
8
  transition: margin-left .28s;
9
- margin-left: 210px;
9
+ margin-left: 224px;
10
10
  // padding-left: 24px;
11
11
  position: relative;
12
12
  background: #F8F9FA;
13
13
 
14
14
  .nav-tab {
15
- padding-top: 0px;
16
- padding-left: 0px;
17
- .el-tabs__header{
18
- padding-left: 24px;
19
- }
15
+ padding-top: 5px;
16
+ padding-left: 5px;
20
17
  }
21
18
  }
22
19
 
23
20
  // 侧边栏
24
21
  .sidebar-container {
25
22
  transition: width 0.28s;
26
- width: 210px !important;
23
+ width: 224px !important;
27
24
  height: 100%;
28
25
  position: fixed;
29
26
  top: 0;
30
27
  bottom: 0;
31
28
  left: 0;
32
- padding-top: 16px;
33
29
  z-index: 1001;
34
30
  overflow: hidden;
35
31
  font-weight: medium;
@@ -173,11 +169,11 @@
173
169
 
174
170
  .sidebar-container .nest-menu .el-submenu>.el-submenu__title,
175
171
  .sidebar-container .el-submenu .el-menu-item {
176
- min-width: 180px !important;
172
+ min-width: 224px !important;
177
173
  }
178
174
 
179
175
  .sidebar-container .el-menu--collapse .el-menu .el-submenu {
180
- min-width: 180px !important;
176
+ min-width: 224px !important;
181
177
  }
182
178
 
183
179
  .sidebar-container .el-menu--collapse .el-submenu.is-active>.el-submenu__title,
@@ -185,7 +181,7 @@
185
181
  background-color: #FFFFFF !important;
186
182
  color: #1A6BF3;
187
183
  font-weight: medium;
188
- border-left: 4px solid #1A6BF3
184
+ border-right: 2px solid #3D4CF2
189
185
  }
190
186
 
191
187
  .sidebar-container .el-menu--collapse .el-submenu__title:not(.is-disabled):hover,
@@ -227,10 +223,6 @@
227
223
  }
228
224
  }
229
225
 
230
- .sidebar-container-popper {
231
- width: 180px;
232
- }
233
-
234
226
  .sidebar-container-popper .el-submenu__title:not(.is-disabled):hover {
235
227
  background: #F7F7F8;
236
228
  color: rgba(0, 13, 31, 0.85);
@@ -259,33 +251,11 @@
259
251
  text-align: left;
260
252
  }
261
253
 
262
- //侧边弹出菜单样式
263
- .sidebar-container-popper .el-menu-item {
264
- height: 46px;
265
- line-height: 46px;
266
- font-weight: medium;
267
- color: #A4ABB8;
268
- min-width: 164px;
269
- }
270
-
271
- .sidebar-container-popper .el-submenu__title {
272
- height: 46px;
273
- line-height: 46px;
274
- color: #A4ABB8;
275
- font-weight: medium;
276
- }
277
254
 
278
255
  .sidebar-container-popper .el-menu--collapse {
279
256
  text-align: left;
280
257
  }
281
258
 
282
- .sidebar-container-popper .el-menu--popup {
283
- min-width: 180px;
284
- padding: 12px 8px 12px 8px;
285
- }
286
-
287
-
288
-
289
259
  .el-menu--vertical {
290
260
  &>.el-menu {
291
261
  .svg-icon {
@@ -1,4 +1,7 @@
1
1
  .dark-blue {
2
+ .el-tabs__header {
3
+ margin: 0 0 0 0;
4
+ }
2
5
 
3
6
  .superForm,
4
7
  .chartTabPage {
@@ -80,4 +83,4 @@
80
83
  }
81
84
 
82
85
 
83
- }
86
+ }
@@ -22,12 +22,13 @@
22
22
  // }
23
23
 
24
24
  .el-table .el-table__cell {
25
+ color: $table-cell-font-color;
25
26
  padding: 0;
26
27
  }
27
28
 
28
29
  // 表头字体样式
29
30
  .el-table th.el-table__cell>.cell {
30
- color: $table-cell-font-color;
31
+ // color: $table-cell-font-color; 不能在这里设置,不然会覆盖header-cell-style事件 传递的样式
31
32
  font-family: Source Han Sans CN;
32
33
  font-weight: medium;
33
34
  font-size: 14px;
@@ -38,7 +39,6 @@
38
39
 
39
40
  // 表格内容颜色
40
41
  .el-table .cell {
41
- color: $table-cell-font-color;
42
42
  font-family: Source Han Sans CN;
43
43
  font-weight: regular;
44
44
  font-size: 14px;
@@ -12,20 +12,45 @@
12
12
  }
13
13
 
14
14
 
15
+ // .el-tree-node .is-checked {
16
+ // background-color: $th-cell-background !important;
17
+ // }
15
18
 
16
- .el-tree-node .is-checked {
17
- background-color: $th-cell-background !important;
18
- }
19
-
20
- .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
21
- background-color: transparent;
22
- }
19
+ // .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
20
+ // background-color: transparent;
21
+ // }
23
22
 
24
- .el-tree-node .is-expanded .is-focusable .is-checked {
25
- background-color: transparent;
26
- }
23
+ // .el-tree-node .is-expanded .is-focusable .is-checked {
24
+ // background-color: transparent;
25
+ // }
27
26
 
28
27
  .el-tree-node .is-current .is-focusable {
29
28
  background-color: $th-cell-background !important;
30
29
  }
30
+
31
+ // "暂无更多" 样式
32
+ .roleQuery_center_area {
33
+ width: 100%;
34
+ position: relative;
35
+
36
+ .roleQuery_notAvailable {
37
+ background-image: url('../assets/nonemessage.png');
38
+ background-size: 100%;
39
+ position: absolute;
40
+ top: 30%;
41
+ left: 50%;
42
+ transform: translate(-50%, -50%);
43
+
44
+ .roleQuery_notAvailable_text {
45
+ position: absolute;
46
+ bottom: 0;
47
+ left: 50%;
48
+ transform: translate(-50%, 100%);
49
+ color: #313233;
50
+ font-weight: regular;
51
+ font-size: 14px;
52
+ }
53
+ }
54
+ }
55
+
31
56
  }
@@ -38,5 +38,17 @@
38
38
 
39
39
 
40
40
  }
41
-
41
+ .gray_card_box {
42
+ border-radius: 6px;
43
+ background: #FFFFFF;
44
+ padding: 20px;
45
+ box-shadow: 0px 1px 8px 0px #00000019;
46
+ box-sizing: border-box;
47
+ overflow-y: scroll;
48
+ }
49
+ .gray_buttomBtn_box{
50
+ position: fixed;
51
+ bottom: 0;
52
+ right: 4%;
53
+ }
42
54
  }
@@ -29,4 +29,42 @@
29
29
  color: rgba(0, 13, 31, 0.85);
30
30
  }
31
31
  }
32
+
33
+ .page-layout__title {
34
+ width: 46px;
35
+ height: 16px;
36
+ font-size: 11px;
37
+ font-weight: 500;
38
+ color: #333333;
39
+ line-height: 13px;
40
+ }
41
+
42
+ .component-type-name__title {
43
+ width: 40px;
44
+ height: 14px;
45
+ font-size: 10px;
46
+ font-weight: 500;
47
+ color: #333333;
48
+ line-height: 12px;
49
+ // -webkit-background-clip: text;
50
+ // -webkit-text-fill-color: transparent;
51
+ }
52
+
53
+ .page-layout__title::before {
54
+ content: "";
55
+ text-align: center;
56
+ background: #1A6BF3;
57
+ float: left;
58
+ position: relative;
59
+ border-radius: 3px;
60
+ /** 定义成 block 元素 **/
61
+ display: block;
62
+ // height: 21px;
63
+ // width: 4px;
64
+ margin-right: 12px;
65
+
66
+ width: 2px;
67
+ height: 16px;
68
+
69
+ }
32
70
  }
@@ -3,7 +3,7 @@
3
3
  @import './card-style.scss';
4
4
  @import './tab-style.scss';
5
5
  @import './input-style.scss';
6
- @import './form-style.scss';
6
+ @import './scrollbar-style.scss';
7
7
 
8
8
  .gray {
9
9
  font-family: microsoft yahei, Arial, Helvetica, sans-serif;
@@ -76,8 +76,9 @@
76
76
  }
77
77
 
78
78
  .app-container {
79
- // padding: 20px;
80
- padding: 0px;
79
+ padding: 20px;
80
+ border-radius: 6px;
81
+ box-shadow: 0px 1px 8px 0px #00000019;
81
82
 
82
83
  .box-card {
83
84
  margin: 16px 24px;
@@ -95,26 +96,6 @@
95
96
  }
96
97
 
97
98
 
98
- .form-container {
99
- height: calc(100vh - 82px);
100
- overflow: auto;
101
- }
102
-
103
- .form-container .el-form .el-card {
104
- margin-bottom: 10px;
105
- }
106
-
107
- .form-container .el-form .el-card:last-child {
108
- margin-bottom: 0;
109
- }
110
-
111
- // 带有tab页签的表单高度
112
- .tab-form-container {
113
- height: calc(100vh - 190px);
114
- overflow: auto;
115
- }
116
-
117
-
118
99
  // 解决tab页签中内容多时没有滚动条问题
119
100
  .el-tabs__content {
120
101
  flex-grow: 1;
@@ -173,12 +154,19 @@
173
154
  .el-table th {
174
155
  padding: 0;
175
156
  }
157
+
176
158
  /**表格内容纵向分隔线去掉**/
177
- .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
159
+ .el-table--border td,
160
+ .el-table--border th,
161
+ .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
178
162
  border-right: 0px
179
163
  }
164
+
180
165
  /**表格标题纵向分隔线颜色调浅点儿**/
181
- .el-table--border td, .el-table--border th,.el-table--border th.is-leaf, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
166
+ .el-table--border td,
167
+ .el-table--border th,
168
+ .el-table--border th.is-leaf,
169
+ .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
182
170
  border-right: 1px solid #fefefe;
183
171
  }
184
172
  }
@@ -0,0 +1,37 @@
1
+ .dark-blue {
2
+
3
+ // 滚动条基础样式
4
+ ::-webkit-scrollbar {
5
+ width: 8px; // 纵向的宽度
6
+ height: 12px; // 横向的高度
7
+ }
8
+
9
+ //解决固定列不能拖拽问题
10
+ .el-table__fixed{
11
+ height: calc(100% - 12px) !important;
12
+ }
13
+
14
+ // 默认下滚动条的样式
15
+ ::-webkit-scrollbar-thumb {
16
+ background: #eaeaea;
17
+ border: none;
18
+ border-radius: 4px;
19
+ }
20
+
21
+ // 鼠标悬停在滚动条时的样式
22
+ ::-webkit-scrollbar-thumb:hover {
23
+ background: rgba(157, 165, 183, 0.7)
24
+ }
25
+
26
+ // 滚动条区域 空白地方的样式
27
+ ::-webkit-scrollbar-track {
28
+ background-color: transparent;
29
+ border: none;
30
+ }
31
+
32
+ // 鼠标悬停在滚动条时 滚动条区域 空白地方的样式
33
+ ::-webkit-scrollbar-track:hover {
34
+ background-color: #eaeaea;
35
+ border: none;
36
+ }
37
+ }
@@ -8,6 +8,11 @@
8
8
  transition: margin-left .28s;
9
9
  margin-left: 224px;
10
10
  position: relative;
11
+
12
+ .nav-tab {
13
+ padding-top: 5px;
14
+ padding-left: 5px;
15
+ }
11
16
  }
12
17
 
13
18
  // 侧边栏
@@ -79,11 +84,8 @@
79
84
  }
80
85
 
81
86
  .el-menu {
82
- position: static;
83
87
  border: none;
84
- // height: 100%;
85
- height: auto;
86
- max-height: 100vh;
88
+ height: 100%;
87
89
  width: 100% !important;
88
90
  background-color: #FFF;
89
91
  color: #000D1F
@@ -191,22 +193,13 @@
191
193
  }
192
194
  }
193
195
 
194
- .sidebar-container-popper .el-menu{
195
- // height: 100vh;
196
- height: auto;
197
- max-height: 100vh;
198
- overflow-y: auto;
199
- overflow-x: hidden;
200
- scroll-behavior: smooth;
201
- }
202
-
203
196
  .sidebar-container-popper .el-submenu__title:not(.is-disabled):hover {
204
197
  background: #F7F7F8;
205
198
  color: rgba(0, 13, 31, 0.85);
206
199
  font-weight: 500;
207
200
  }
208
201
 
209
- .sidebar-container-popper .el-menu-item.is-active,.sidebar-container-popper .el-menu .el-submenu.is-active>.el-submenu__title {
202
+ .sidebar-container-popper .el-menu .el-submenu.is-active>.el-submenu__title {
210
203
  background-color: #EBECFF !important;
211
204
  color: #3D4CF2;
212
205
  font-weight: 500;