widget.qw 1.0.7 → 1.0.8
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/build/style.css +26 -54
- package/build/widget.qw.es.js +186 -375
- package/build/widget.qw.umd.js +186 -375
- package/package.json +1 -1
- package/src/api/index.js +1 -1
- package/src/components/{ProjectPicker.vue → SingleApiPicker.vue} +35 -37
- package/src/components/index.js +6 -16
- package/src/router/index.ts +5 -15
- package/src/views/home/index.vue +0 -0
- package/src/views/singleapipicker/index.vue +0 -0
- package/vite.config.ts +2 -2
- package/src/components/ProjectDropdown.vue +0 -62
- package/src/components/product_selector.vue +0 -186
package/build/style.css
CHANGED
|
@@ -216,35 +216,6 @@
|
|
|
216
216
|
opacity: 0.8;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.project-selector[data-v-dbc5bf54] {
|
|
220
|
-
[data-v-dbc5bf54] .van-cell {
|
|
221
|
-
align-items: center;
|
|
222
|
-
}
|
|
223
|
-
[data-v-dbc5bf54] .van-field__label {
|
|
224
|
-
width: 90px;
|
|
225
|
-
flex: none;
|
|
226
|
-
}
|
|
227
|
-
.readonly-field[data-v-dbc5bf54] {
|
|
228
|
-
[data-v-dbc5bf54] .van-field__control {
|
|
229
|
-
color: #323233;
|
|
230
|
-
/* 修改文字颜色与普通字段一致 */
|
|
231
|
-
padding-right: 16px;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/* 添加必填星号对齐 */
|
|
235
|
-
&.van-field--required[data-v-dbc5bf54] {
|
|
236
|
-
[data-v-dbc5bf54] .van-field__label::before {
|
|
237
|
-
margin-right: 4px;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
/* 统一字段间距 */
|
|
243
|
-
.readonly-field[data-v-dbc5bf54] {
|
|
244
|
-
margin: 4px 0;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
219
|
.department-popup[data-v-73eb43f3] {
|
|
249
220
|
width: 100%;
|
|
250
221
|
height: 60vh;
|
|
@@ -643,31 +614,7 @@
|
|
|
643
614
|
}
|
|
644
615
|
}
|
|
645
616
|
}
|
|
646
|
-
|
|
647
|
-
.widget[data-v-47f94e12] {
|
|
648
|
-
/* 统一字段间距 */
|
|
649
|
-
}
|
|
650
|
-
.widget[data-v-47f94e12] .van-cell {
|
|
651
|
-
align-items: center;
|
|
652
|
-
}
|
|
653
|
-
.widget[data-v-47f94e12] .van-field__label {
|
|
654
|
-
width: 90px;
|
|
655
|
-
flex: none;
|
|
656
|
-
}
|
|
657
|
-
.widget .readonly-field[data-v-47f94e12] {
|
|
658
|
-
/* 添加必填星号对齐 */
|
|
659
|
-
}
|
|
660
|
-
.widget .readonly-field[data-v-47f94e12] .van-field__control {
|
|
661
|
-
color: #323233;
|
|
662
|
-
/* 修改文字颜色与普通字段一致 */
|
|
663
|
-
padding-right: 16px;
|
|
664
|
-
}
|
|
665
|
-
.widget .readonly-field.van-field--required[data-v-47f94e12] .van-field__label::before {
|
|
666
|
-
margin-right: 4px;
|
|
667
|
-
}
|
|
668
|
-
.widget .readonly-field[data-v-47f94e12] {
|
|
669
|
-
margin: 4px 0;
|
|
670
|
-
}.widget[data-v-68bdd6bc] {
|
|
617
|
+
.widget[data-v-68bdd6bc] {
|
|
671
618
|
background-color: white;
|
|
672
619
|
border-radius: 8px;
|
|
673
620
|
box-shadow: var(--van-dropdown-menu-shadow);
|
|
@@ -869,3 +816,28 @@
|
|
|
869
816
|
flex-shrink: 0;
|
|
870
817
|
/* 防止压缩 */
|
|
871
818
|
}
|
|
819
|
+
|
|
820
|
+
.widget[data-v-11b655b2] {
|
|
821
|
+
/* 统一字段间距 */
|
|
822
|
+
}
|
|
823
|
+
.widget[data-v-11b655b2] .van-cell {
|
|
824
|
+
align-items: center;
|
|
825
|
+
}
|
|
826
|
+
.widget[data-v-11b655b2] .van-field__label {
|
|
827
|
+
width: 90px;
|
|
828
|
+
flex: none;
|
|
829
|
+
}
|
|
830
|
+
.widget .readonly-field[data-v-11b655b2] {
|
|
831
|
+
/* 添加必填星号对齐 */
|
|
832
|
+
}
|
|
833
|
+
.widget .readonly-field[data-v-11b655b2] .van-field__control {
|
|
834
|
+
color: #323233;
|
|
835
|
+
/* 修改文字颜色与普通字段一致 */
|
|
836
|
+
padding-right: 16px;
|
|
837
|
+
}
|
|
838
|
+
.widget .readonly-field.van-field--required[data-v-11b655b2] .van-field__label::before {
|
|
839
|
+
margin-right: 4px;
|
|
840
|
+
}
|
|
841
|
+
.widget .readonly-field[data-v-11b655b2] {
|
|
842
|
+
margin: 4px 0;
|
|
843
|
+
}
|