eoss-ui 0.4.75 → 0.4.77
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/button-group.js +1 -1
- package/lib/button.js +8 -3
- package/lib/checkbox-group.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +321 -64
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +1 -1
- package/lib/form.js +230 -24
- package/lib/handle-user.js +1 -1
- package/lib/handler.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +1 -1
- package/lib/main.js +16 -8
- package/lib/menu.js +1 -8
- package/lib/nav.js +1 -1
- package/lib/page.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +1 -1
- package/lib/radio-group.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -1
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +56 -11
- package/lib/tabs.js +1 -1
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/input.css +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +1 -1
- package/lib/utils/util.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- package/package.json +1 -1
- package/packages/button/src/main.vue +17 -2
- package/packages/form/src/main.vue +85 -15
- package/packages/form/src/table.vue +22 -4
- package/packages/layout/index.js +5 -0
- package/packages/layout/src/main.vue +1428 -0
- package/packages/layout/src/resetPassword.vue +338 -0
- package/packages/main/src/main.vue +13 -5
- package/packages/menu/src/main.vue +3 -10
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/input.css +1 -1
- package/packages/theme-chalk/src/form.scss +12 -5
- package/packages/theme-chalk/src/input.scss +8 -3
- package/src/index.js +1 -1
- package/src/utils/util.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
div.es-textarea__inner{min-height:70px}
|
|
1
|
+
div.es-textarea__inner{min-height:70px}.es-input-button-suffix .el-input__suffix{line-height:2.8}
|
|
@@ -238,6 +238,12 @@
|
|
|
238
238
|
.el-form-item__error {
|
|
239
239
|
bottom: -16px;
|
|
240
240
|
}
|
|
241
|
+
& > .el-form-item {
|
|
242
|
+
flex: 1;
|
|
243
|
+
}
|
|
244
|
+
.es-button-inline {
|
|
245
|
+
margin-left: 12px;
|
|
246
|
+
}
|
|
241
247
|
}
|
|
242
248
|
.es-form-item-onrow {
|
|
243
249
|
.el-form-item__content {
|
|
@@ -260,8 +266,8 @@
|
|
|
260
266
|
padding: 0;
|
|
261
267
|
position: relative;
|
|
262
268
|
vertical-align: top;
|
|
263
|
-
&.td-disabled{
|
|
264
|
-
background-color: #f5f5f5
|
|
269
|
+
&.td-disabled {
|
|
270
|
+
background-color: #f5f5f5;
|
|
265
271
|
}
|
|
266
272
|
.el-input__inner,
|
|
267
273
|
.el-textarea__inner {
|
|
@@ -301,8 +307,9 @@
|
|
|
301
307
|
right: 1px;
|
|
302
308
|
}
|
|
303
309
|
}
|
|
304
|
-
.is-disabled .el-input__inner
|
|
305
|
-
|
|
310
|
+
.is-disabled .el-input__inner,
|
|
311
|
+
.is-disabled .el-textarea__inner {
|
|
312
|
+
background-color: #f5f5f5;
|
|
306
313
|
}
|
|
307
314
|
}
|
|
308
315
|
.el-form-item__error {
|
|
@@ -454,4 +461,4 @@
|
|
|
454
461
|
}
|
|
455
462
|
.es-form-inline {
|
|
456
463
|
display: flex;
|
|
457
|
-
}
|
|
464
|
+
}
|
package/src/index.js
CHANGED
package/src/utils/util.js
CHANGED
|
@@ -1786,7 +1786,7 @@ const isFunction = function (obj) {
|
|
|
1786
1786
|
* @param {object} [to] - 路由跳转信息
|
|
1787
1787
|
* @param {object} [from] - 路由来源信息
|
|
1788
1788
|
* @param {function} [next] - 跳转函数
|
|
1789
|
-
* @param {
|
|
1789
|
+
* @param {array} [exclude] - 不拦截的路由
|
|
1790
1790
|
* @param {boolean} [open] - 是否新窗口打开
|
|
1791
1791
|
* @param {boolean} [cookie] - 是否尝试采用
|
|
1792
1792
|
* @param {sting} [loginPage] - 第三方登录页面地址
|