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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.7.92",
3
+ "version": "2.7.93",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -123,7 +123,9 @@ const cn = {
123
123
  pleaseEnterDepartmentName: '请输入部门名称',
124
124
  name: '部门名称',
125
125
  code: '部门编码',
126
- removeDepartment: '移除部门'
126
+ removeDepartment: '移除部门',
127
+ selectedDept: '已选部门',
128
+ namePath: '名称路径'
127
129
  },
128
130
  // 用户树
129
131
  departmentUserTree: {
@@ -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: {
@@ -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 {