zartui 2.0.26 → 2.0.27
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/es/avatar/index.css +1 -1
- package/es/avatar/index.less +0 -1
- package/es/cell/index.css +1 -1
- package/es/cell/index.less +2 -1
- package/es/checkbox/index.css +1 -1
- package/es/checkbox/index.less +3 -3
- package/es/dialog/Dialog.js +3 -4
- package/es/dialog/index.css +1 -1
- package/es/dialog/index.less +22 -16
- package/es/dropdown-item/index.css +1 -1
- package/es/dropdown-item/index.less +0 -1
- package/es/field/ClearIcon.js +1 -1
- package/es/field/index.css +1 -1
- package/es/field/index.js +2 -2
- package/es/field/index.less +6 -6
- package/es/fold-dialog/index.css +1 -1
- package/es/index.js +1 -1
- package/es/media-picker/index.css +1 -1
- package/es/media-picker/index.less +3 -2
- package/es/number-keyboard/index.css +1 -1
- package/es/number-keyboard/index.less +1 -1
- package/es/radio/index.css +1 -1
- package/es/radio/index.less +3 -3
- package/es/search/index.css +1 -1
- package/es/search/index.less +1 -4
- package/es/style/var.less +9 -8
- package/lib/a037f57fc4d92a8a1f1e.worker.js +60600 -0
- package/lib/avatar/index.css +1 -1
- package/lib/avatar/index.less +0 -1
- package/lib/b7cf90b4775181215df7.worker.js +10 -0
- package/lib/cell/index.css +1 -1
- package/lib/cell/index.less +2 -1
- package/lib/checkbox/index.css +1 -1
- package/lib/checkbox/index.less +3 -3
- package/lib/dialog/Dialog.js +3 -4
- package/lib/dialog/index.css +1 -1
- package/lib/dialog/index.less +22 -16
- package/lib/dropdown-item/index.css +1 -1
- package/lib/dropdown-item/index.less +0 -1
- package/lib/field/ClearIcon.js +1 -1
- package/lib/field/index.css +1 -1
- package/lib/field/index.js +2 -2
- package/lib/field/index.less +6 -6
- package/lib/fold-dialog/index.css +1 -1
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/index.css +1 -1
- package/lib/media-picker/index.less +3 -2
- package/lib/number-keyboard/index.css +1 -1
- package/lib/number-keyboard/index.less +1 -1
- package/lib/radio/index.css +1 -1
- package/lib/radio/index.less +3 -3
- package/lib/search/index.css +1 -1
- package/lib/search/index.less +1 -4
- package/lib/style/var.less +9 -8
- package/lib/zart.js +125603 -18945
- package/lib/zart.min.js +4 -4
- package/package.json +1 -1
- package/lib/7893e51cf0a4877dac80.worker.js +0 -10
- package/lib/be09b519a460e229fd8d.worker.js +0 -2527
package/lib/index.js
CHANGED
|
@@ -317,7 +317,7 @@ exports.Toast = _toast.default;
|
|
|
317
317
|
var _uploader = _interopRequireDefault(require("./uploader"));
|
|
318
318
|
|
|
319
319
|
exports.Uploader = _uploader.default;
|
|
320
|
-
var version = '2.0.
|
|
320
|
+
var version = '2.0.27';
|
|
321
321
|
exports.version = version;
|
|
322
322
|
|
|
323
323
|
function install(Vue) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt-media-picker__hidden{display:none}.zt-media-picker__title{position:relative;height:44px;line-height:44px;font-weight:700;font-size:16px;color:#2d4b73;padding:0 16px}.zt-media-picker__title::before{position:absolute;width:4px;height:16px;background:#0091fa;left:0;top:14px;content:' '}.zt-media-picker__title::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:0;bottom:0;left:0;border-bottom:1px solid rgba(0,0,0,.1);-webkit-transform:scaleY(.5);transform:scaleY(.5)}.zt-media-picker__line{width:100%;height:92px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow-x:auto}.zt-media-picker__line::-webkit-scrollbar{width:0;height:0}.zt-media-picker__line::after{content:' ';min-width:16px;height:10px}.zt-media-picker__box{width:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.zt-media-picker__box:first-child{margin-left:16px}.zt-media-picker__box:not(:last-child){margin-right:24px}.zt-media-picker__button{width:48px;height:48px;background-image:-webkit-linear-gradient(315deg,#e6ebf0 0,#fff 100%,#fff 100%);background-image:linear-gradient(135deg,#e6ebf0 0,#fff 100%,#fff 100%);box-shadow:-4px -4px 8px 0 #fff,4px 4px 8px 0 rgba(45,75,115,.1);border-radius:8px}.zt-media-picker__label{margin-top:8px;font-size:12px;opacity:.8;color:#2d4b73;letter-spacing:0;text-align:center;line-height:16px}.zt-media-picker__grid{padding:0 16px 8px 16px!important}.zt-media-picker__delete{width:
|
|
1
|
+
.zt-media-picker__hidden{display:none}.zt-media-picker__title{position:relative;height:44px;line-height:44px;font-weight:700;font-size:16px;color:#2d4b73;padding:0 16px}.zt-media-picker__title::before{position:absolute;width:4px;height:16px;background:#0091fa;left:0;top:14px;content:' '}.zt-media-picker__title::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:0;bottom:0;left:0;border-bottom:1px solid rgba(0,0,0,.1);-webkit-transform:scaleY(.5);transform:scaleY(.5)}.zt-media-picker__line{width:100%;height:92px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow-x:auto}.zt-media-picker__line::-webkit-scrollbar{width:0;height:0}.zt-media-picker__line::after{content:' ';min-width:16px;height:10px}.zt-media-picker__box{width:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.zt-media-picker__box:first-child{margin-left:16px}.zt-media-picker__box:not(:last-child){margin-right:24px}.zt-media-picker__button{width:48px;height:48px;background-image:-webkit-linear-gradient(315deg,#e6ebf0 0,#fff 100%,#fff 100%);background-image:linear-gradient(135deg,#e6ebf0 0,#fff 100%,#fff 100%);box-shadow:-4px -4px 8px 0 #fff,4px 4px 8px 0 rgba(45,75,115,.1);border-radius:8px}.zt-media-picker__label{margin-top:8px;font-size:12px;opacity:.8;color:#2d4b73;letter-spacing:0;text-align:center;line-height:16px}.zt-media-picker__grid{padding:0 16px 8px 16px!important}.zt-media-picker__delete{box-sizing:border-box;width:28px;height:28px;position:absolute;padding:4px;top:0;right:0}.zt-media-picker .zt-image{width:100%;height:100%}.zt-media-picker .zt-grid-item__content{padding:0}.zt-media-picker__thumbnail{width:100%;height:100%}.zt-media-picker__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:rgba(50,50,51,.88);border-radius:4px}.zt-media-picker__mask-icon{font-size:22px}.zt-media-picker__mask-message{margin-top:6px;padding:0 4px;font-size:12px;line-height:14px}.zt-media-picker__loading{width:22px;height:22px;color:#fff}.zt-media-picker__certificate{width:300px;height:200px;display:block;margin:24px auto;padding:10px;background-size:100%;background-repeat:no-repeat;background-position:center}.zt-media-picker__certificate-back{width:100%;height:100%;background-size:100%;background-repeat:no-repeat;background-position:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.zt-media-picker__certificate-button{background-size:100%;background-repeat:no-repeat;background-position:center;width:100px;height:100px}.zt-media-picker__certificate-text{font-size:16px;color:#2d4b73;letter-spacing:0;text-align:center;line-height:24px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:calc(100% - 24px);padding:16px 8px 8px 16px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.zt-number-keyboard--with-title{border-radius:20px 20px 0 0}.zt-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.zt-number-keyboard__title{display:inline-block;font-weight:400}.zt-number-keyboard__title-left{position:absolute;left:0}.zt-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex}.zt-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.zt-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.zt-number-keyboard__close:active{opacity:.7}.zt-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.zt-number-keyboard--unfit{padding-bottom:0}.zt-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:44px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.zt-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.zt-key--blue,.zt-key--delete{font-size:16px}.zt-key--active{background-color:#ebedf0}.zt-key--blue{color:#fff;background-color:#0091fa}.zt-key--blue.zt-key--active{background-color:#0073c7}.zt-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 8px 8px 0}.zt-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.zt-key__delete-icon{width:32px;height:22px}.zt-key__collapse-icon{width:30px;height:24px}.zt-key__loading-icon{color:#fff}
|
|
1
|
+
.zt-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:calc(100% - 24px);padding:16px 8px 8px 16px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.zt-number-keyboard--with-title{border-radius:20px 20px 0 0}.zt-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.zt-number-keyboard__title{display:inline-block;font-weight:400}.zt-number-keyboard__title-left{position:absolute;left:0}.zt-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex}.zt-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.zt-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.zt-number-keyboard__close:active{opacity:.7}.zt-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.zt-number-keyboard--unfit{padding-bottom:0}.zt-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:44px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.zt-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.zt-key--blue,.zt-key--delete{font-size:16px}.zt-key--active{background-color:#ebedf0}.zt-key--blue{color:#fff;background-color:#0091fa}.zt-key--blue.zt-key--active{background-color:#0073c7}.zt-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 8px 8px 0}.zt-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.zt-key__delete-icon{width:32px;height:22px}.zt-key__collapse-icon{width:30px;height:24px}.zt-key__loading-icon{color:#fff}
|
package/lib/radio/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;padding:
|
|
1
|
+
.zt-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px 0}.zt-radio--disabled{cursor:not-allowed}.zt-radio--label-disabled{cursor:default}.zt-radio--horizontal:not(:last-child){margin-right:32px}.zt-radio__icon{font-size:16px;cursor:pointer;box-sizing:border-box}.zt-radio__icon .zt-icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:1em;height:1em;color:transparent;text-align:center;border:1px solid rgba(45,75,115,.13);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.zt-radio__icon--round .zt-icon{border-radius:100%}.zt-radio__icon--checked .zt-icon{color:#fff;background-color:#0091fa;border:1px solid rgba(255,255,255,.5);box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,.2)}.zt-radio__icon--disabled{cursor:not-allowed}.zt-radio__icon--disabled .zt-icon{background-image:-webkit-linear-gradient(316deg,#e1e6eb 0,#e5edf5 100%);background-image:linear-gradient(134deg,#e1e6eb 0,#e5edf5 100%);border:1px solid rgba(45,75,115,.08);box-shadow:-1px -1px 2px 0 #fff,0 0 3px 0 rgba(45,75,115,.2)}.zt-radio__icon--disabled.zt-radio__icon--checked .zt-icon{opacity:.4;background:#0091fa;color:#fff}.zt-radio__dot{width:calc(16px * .5);height:calc(16px * .5);background-color:#fff;border-radius:50%}.zt-radio__label{margin-left:8px;color:#2d4b73;font-size:14px}.zt-radio__label--left{margin:0 8px 0 0}.zt-radio__label--disabled{color:#c8c9cc}
|
package/lib/radio/index.less
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
cursor: default;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
&--horizontal {
|
|
20
|
-
margin-
|
|
19
|
+
&--horizontal:not(:last-child) {
|
|
20
|
+
margin-right: @padding-xl;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&__icon {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
&__label {
|
|
81
81
|
margin-left: @radio-label-margin;
|
|
82
|
-
color: @
|
|
82
|
+
color: @text-color-default;
|
|
83
83
|
font-size: @radio-label-font-size;
|
|
84
84
|
//line-height: @radio-size;
|
|
85
85
|
|
package/lib/search/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.zt-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:8px 16px;background-color:#f5faff}.zt-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;background-color:rgba(45,75,115,.04);border:1px solid transparent;border-radius:2px;box-shadow:inset 4px 4px 8px 0 rgba(45,75,115,.1);background-clip:padding-box;position:relative}.zt-search__content::before{content:'';position:absolute;top:0;right:0;left:0;bottom:0;z-index:-1;margin:-1px;border-radius:inherit;background:-webkit-linear-gradient(#fff,rgba(255,255,255,.4));background:linear-gradient(#fff,rgba(255,255,255,.4))}.zt-search__content--round{border-radius:999px}.zt-search__label{padding:8px 0 8px 12px;color:rgba(0,0,0,.6);font-
|
|
1
|
+
.zt-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:8px 16px;background-color:#f5faff}.zt-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;background-color:rgba(45,75,115,.04);border:1px solid transparent;border-radius:2px;box-shadow:inset 4px 4px 8px 0 rgba(45,75,115,.1);background-clip:padding-box;position:relative}.zt-search__content::before{content:'';position:absolute;top:0;right:0;left:0;bottom:0;z-index:-1;margin:-1px;border-radius:inherit;background:-webkit-linear-gradient(#fff,rgba(255,255,255,.4));background:linear-gradient(#fff,rgba(255,255,255,.4))}.zt-search__content--round{border-radius:999px}.zt-search__label{padding:8px 0 8px 12px;color:rgba(0,0,0,.6);font-weight:400;font-size:14px;line-height:20px}.zt-search .zt-field__root{background-color:transparent;padding:0}.zt-search .zt-field__label{margin-right:0}.zt-search .zt-cell__title.zt-field__label{-webkit-box-flex:unset;-webkit-flex:unset;flex:unset}.zt-search .zt-cell{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:8px 12px;background:0 0;line-height:20px;font-size:14px;font-weight:400}.zt-search .zt-cell__left-icon{color:#969799}.zt-search .zt-field{margin:0}.zt-search .zt-field__control{color:rgba(45,75,115)}.zt-search--show-action{padding-right:0}.zt-search input{caret-color:#0091fa}.zt-search input::-webkit-search-cancel-button,.zt-search input::-webkit-search-decoration,.zt-search input::-webkit-search-results-button,.zt-search input::-webkit-search-results-decoration{display:none}.zt-search input::-webkit-input-placeholder{color:rgba(45,75,115,.2)}.zt-search input::placeholder{color:rgba(45,75,115,.2)}.zt-search__action{padding:0 16px 0 12px;color:#0091fa;font-size:16px;height:28px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}
|
package/lib/search/index.less
CHANGED
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
&__label {
|
|
39
39
|
padding: @search-label-padding;
|
|
40
40
|
color: @search-label-color;
|
|
41
|
-
font-family: PingFangSC-Semibold;
|
|
42
41
|
font-weight: 400;
|
|
43
42
|
font-size: @search-label-font-size;
|
|
44
43
|
line-height: @search-input-height;
|
|
@@ -63,7 +62,6 @@
|
|
|
63
62
|
background: transparent;
|
|
64
63
|
line-height: @search-input-height;
|
|
65
64
|
font-size: @font-size-md;
|
|
66
|
-
font-family: PingFangSC-Regular;
|
|
67
65
|
font-weight: 400;
|
|
68
66
|
&__left-icon {
|
|
69
67
|
color: @search-left-icon-color;
|
|
@@ -75,7 +73,7 @@
|
|
|
75
73
|
}
|
|
76
74
|
|
|
77
75
|
.zt-field__control {
|
|
78
|
-
color: rgba(
|
|
76
|
+
color: rgba(45, 75, 115);
|
|
79
77
|
}
|
|
80
78
|
|
|
81
79
|
&--show-action {
|
|
@@ -101,7 +99,6 @@
|
|
|
101
99
|
padding: @search-action-padding;
|
|
102
100
|
color: @search-action-text-color;
|
|
103
101
|
font-size: @search-action-font-size;
|
|
104
|
-
font-family: PingFangSC-Semibold;
|
|
105
102
|
height: @search-action-height;
|
|
106
103
|
font-weight: 600;
|
|
107
104
|
cursor: pointer;
|
package/lib/style/var.less
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
@gray-a1: rgba(0,0,0,0.1);
|
|
31
31
|
@gray-a2: rgba(0,0,0,0.2);
|
|
32
32
|
@gray-a4: rgba(0,0,0,0.4);
|
|
33
|
-
@gray-a6: rgba(
|
|
33
|
+
@gray-a6: rgba(45,75,115,0.6);
|
|
34
34
|
@gray-a8: rgba(0,0,0,0.8);
|
|
35
35
|
|
|
36
36
|
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
@gradient-white-1:linear-gradient(135deg, #E6EBF0 0%, #FFF 100%);
|
|
42
42
|
|
|
43
43
|
// Component Colors
|
|
44
|
+
@text-color-default: rgb(45, 75, 115);
|
|
44
45
|
@text-color: rgba(0,0,0,0.6);
|
|
45
46
|
@text-color-1: rgba(45, 75, 115, 0.6);
|
|
46
47
|
@text-color-2: rgba(45, 75, 115, 0.8);
|
|
@@ -300,7 +301,7 @@
|
|
|
300
301
|
|
|
301
302
|
// Checkbox
|
|
302
303
|
@checkbox-size: 16px;
|
|
303
|
-
@checkbox-padding:
|
|
304
|
+
@checkbox-padding: 12px 0;
|
|
304
305
|
@checkbox-border-color: @border-color-3;
|
|
305
306
|
@checkbox-transition-duration: @animation-duration-fast;
|
|
306
307
|
@checkbox-label-margin: @padding-xs;
|
|
@@ -391,7 +392,7 @@
|
|
|
391
392
|
@coupon-list-empty-tip-line-height: @line-height-md;
|
|
392
393
|
|
|
393
394
|
// Dialog
|
|
394
|
-
@dialog-width:
|
|
395
|
+
@dialog-width: 350px;
|
|
395
396
|
@dialog-small-screen-width: 90%;
|
|
396
397
|
@dialog-font-size: @font-size-lg;
|
|
397
398
|
@dialog-transition: @animation-duration-base;
|
|
@@ -408,12 +409,12 @@
|
|
|
408
409
|
@dialog-message-font-size-with-title: @font-size-md;
|
|
409
410
|
@dialog-message-line-height: @line-height-md;
|
|
410
411
|
@dialog-message-max-height: 60vh;
|
|
411
|
-
@dialog-has-title-message-text-color:
|
|
412
|
+
@dialog-has-title-message-text-color: rgba(45,75,115,0.6);
|
|
412
413
|
@dialog-has-title-message-padding-top: @padding-xs;
|
|
413
414
|
@dialog-button-height: 44px;
|
|
414
415
|
@dialog-round-button-height: 36px;
|
|
415
416
|
@dialog-confirm-button-text-color: @blue;
|
|
416
|
-
@dialog-footer-padding:
|
|
417
|
+
@dialog-footer-padding: 0 32px 24px;
|
|
417
418
|
|
|
418
419
|
// Divider
|
|
419
420
|
@divider-margin: @padding-md 0;
|
|
@@ -465,8 +466,8 @@
|
|
|
465
466
|
@field-input-disabled-text-color: @gray-5;
|
|
466
467
|
@field-placeholder-text-color: @text-color-5;
|
|
467
468
|
@field-icon-size: 16px;
|
|
468
|
-
@field-clear-icon-size:
|
|
469
|
-
@field-clear-icon-color:
|
|
469
|
+
@field-clear-icon-size: 20px;
|
|
470
|
+
@field-clear-icon-color: rgba(45, 75, 115, .6);
|
|
470
471
|
@field-right-icon-color: @gray-6;
|
|
471
472
|
@field-error-background-color: rgba(230,35,20,0.08);
|
|
472
473
|
@field-error-label-color:#FF5023;
|
|
@@ -735,7 +736,7 @@
|
|
|
735
736
|
|
|
736
737
|
// Radio
|
|
737
738
|
@radio-size: 16px;
|
|
738
|
-
@radio-padding:
|
|
739
|
+
@radio-padding: 12px 0;
|
|
739
740
|
@radio-border-color: @border-color-3;
|
|
740
741
|
@radio-transition-duration: @animation-duration-fast;
|
|
741
742
|
@radio-label-font-size: @font-size-md;
|