imatrix-ui 2.7.92 → 2.7.93
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.
- package/lib/super-ui.umd.min.js +5 -5
- package/package.json +1 -1
- package/src/i18n/langs/cn.js +3 -1
- package/src/i18n/langs/en.js +3 -1
- package/src/styles/index.scss +4 -1
package/package.json
CHANGED
package/src/i18n/langs/cn.js
CHANGED
package/src/i18n/langs/en.js
CHANGED
|
@@ -120,7 +120,9 @@ const en = {
|
|
|
120
120
|
pleaseEnterDepartmentName: 'Please Enter Department Name',
|
|
121
121
|
name: 'Department Name',
|
|
122
122
|
code: 'Department Code',
|
|
123
|
-
removeDepartment: 'Remove Department'
|
|
123
|
+
removeDepartment: 'Remove Department',
|
|
124
|
+
selectedDept: 'Selected Departments',
|
|
125
|
+
namePath: 'Name Path'
|
|
124
126
|
},
|
|
125
127
|
// 用户树
|
|
126
128
|
departmentUserTree: {
|
package/src/styles/index.scss
CHANGED
|
@@ -41,7 +41,10 @@ body .el-table colgroup.gutter {
|
|
|
41
41
|
.grid-search-form .el-date-editor--daterange.el-input,.grid-search-form .el-date-editor--daterange.el-input__inner,.grid-search-form .el-date-editor--timerange.el-input,.grid-search-form .el-date-editor--timerange.el-input__inner {
|
|
42
42
|
width: 100%;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
// 日期选择按钮太小问题(gcommon ui)
|
|
45
|
+
.el-picker-panel__footer .el-button--mini {
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
}
|
|
45
48
|
// 显示必填标志
|
|
46
49
|
.is_req {
|
|
47
50
|
.required__label::before {
|