@2kog/pkg-widget 0.1.22 → 0.1.24
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
|
@@ -115,6 +115,7 @@ export default {
|
|
|
115
115
|
box-shadow: 1px 0 0 0 #dcdfe6 inset, 0 1px 0 0 #dcdfe6 inset, 0 -1px 0 0 #dcdfe6 inset;
|
|
116
116
|
font-size: 14px;
|
|
117
117
|
box-sizing: border-box;
|
|
118
|
+
gap: 3px;
|
|
118
119
|
}
|
|
119
120
|
.el-select {
|
|
120
121
|
.el-input__wrapper,
|
|
@@ -130,8 +131,8 @@ export default {
|
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
.u-earth {
|
|
133
|
-
height:
|
|
134
|
-
width:
|
|
134
|
+
height: 18px;
|
|
135
|
+
width: 18px;
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
138
|
.c-lang-select__pop {
|
|
@@ -121,6 +121,7 @@ export default {
|
|
|
121
121
|
box-shadow: 1px 0 0 0 #dcdfe6 inset, 0 1px 0 0 #dcdfe6 inset, 0 -1px 0 0 #dcdfe6 inset;
|
|
122
122
|
font-size: 14px;
|
|
123
123
|
box-sizing: border-box;
|
|
124
|
+
gap: 3px;
|
|
124
125
|
}
|
|
125
126
|
.el-select {
|
|
126
127
|
.el-input__wrapper,
|
|
@@ -136,8 +137,8 @@ export default {
|
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.u-earth {
|
|
139
|
-
height:
|
|
140
|
-
width:
|
|
140
|
+
height: 18px;
|
|
141
|
+
width: 18px;
|
|
141
142
|
}
|
|
142
143
|
}
|
|
143
144
|
.c-lang-select__pop {
|