widget.qw 1.0.6 → 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 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);
@@ -762,25 +709,25 @@
762
709
  margin:3px;
763
710
  }
764
711
 
765
- .cascader-pop[data-v-b85d16dc] {
712
+ .cascader-pop[data-v-e8f93d5a] {
766
713
  width: 100%;
767
714
  overflow: hidden;
768
715
  }
769
- .cascader-selector[data-v-b85d16dc] {
716
+ .cascader-selector[data-v-e8f93d5a] {
770
717
  padding: 10px;
771
718
  }
772
- .search-buttons[data-v-b85d16dc] {
719
+ .search-buttons[data-v-e8f93d5a] {
773
720
  display: flex;
774
721
  gap: 10px;
775
722
  }
776
- .clear-btn[data-v-b85d16dc] {
723
+ .clear-btn[data-v-e8f93d5a] {
777
724
  background-color: #f2f3f5;
778
725
  border: none;
779
726
  border-radius: 4px;
780
727
  padding: 4px 8px;
781
728
  font-size: 14px;
782
729
  }
783
- .confirm-btn[data-v-b85d16dc] {
730
+ .confirm-btn[data-v-e8f93d5a] {
784
731
  background-color: #1989fa;
785
732
  color: white;
786
733
  border: none;
@@ -788,19 +735,19 @@
788
735
  padding: 4px 8px;
789
736
  font-size: 14px;
790
737
  }
791
- .no-results[data-v-b85d16dc] {
738
+ .no-results[data-v-e8f93d5a] {
792
739
  text-align: center;
793
740
  padding: 20px;
794
741
  color: #969799;
795
742
  }
796
- .cascader-header[data-v-b85d16dc] {
743
+ .cascader-header[data-v-e8f93d5a] {
797
744
  padding: 10px;
798
745
  border-bottom: 1px solid #ebedf0;
799
746
  display: flex;
800
747
  justify-content: space-between;
801
748
  align-items: center;
802
749
  }
803
- .current-path[data-v-b85d16dc] {
750
+ .current-path[data-v-e8f93d5a] {
804
751
  flex: 1;
805
752
  font-size: 14px;
806
753
  color: #323233;
@@ -808,25 +755,25 @@
808
755
  overflow: hidden;
809
756
  text-overflow: ellipsis;
810
757
  }
811
- .header-right[data-v-b85d16dc] {
758
+ .header-right[data-v-e8f93d5a] {
812
759
  display: flex;
813
760
  gap: 8px;
814
761
  margin-left: auto;
815
762
  }
816
- .cancel-btn[data-v-b85d16dc] {
763
+ .cancel-btn[data-v-e8f93d5a] {
817
764
  color: #969799;
818
765
  margin-right: 5px;
819
766
  }
820
- .scroll-container[data-v-b85d16dc] {
767
+ .scroll-container[data-v-e8f93d5a] {
821
768
  height: calc(80vh - 150px);
822
769
  overflow-y: auto;
823
770
  }
824
- .cell-content[data-v-b85d16dc] {
771
+ .cell-content[data-v-e8f93d5a] {
825
772
  display: flex;
826
773
  align-items: center;
827
774
  gap: 12px;
828
775
  }
829
- .circle-selector[data-v-b85d16dc] {
776
+ .circle-selector[data-v-e8f93d5a] {
830
777
  width: 20px;
831
778
  height: 20px;
832
779
  border-radius: 50%;
@@ -836,29 +783,29 @@
836
783
  transition: all 0.2s;
837
784
  flex-shrink: 0;
838
785
  }
839
- .circle-selector.selected[data-v-b85d16dc] {
786
+ .circle-selector.selected[data-v-e8f93d5a] {
840
787
  background-color: #1989fa;
841
788
  border-color: #1989fa;
842
789
  }
843
- .circle-selector.selected .van-icon[data-v-b85d16dc] {
790
+ .circle-selector.selected .van-icon[data-v-e8f93d5a] {
844
791
  color: white;
845
792
  font-size: 14px;
846
793
  }
847
- .van-cell__right-icon[data-v-b85d16dc] {
794
+ .van-cell__right-icon[data-v-e8f93d5a] {
848
795
  color: #969799;
849
796
  font-size: 16px;
850
797
  margin-left: 8px;
851
798
  }
852
- .name[data-v-b85d16dc] {
799
+ .name[data-v-e8f93d5a] {
853
800
  flex: 1;
854
801
  overflow: hidden;
855
802
  text-overflow: ellipsis;
856
803
  white-space: nowrap;
857
804
  }
858
- .cancel-btn[data-v-b85d16dc] {
805
+ .cancel-btn[data-v-e8f93d5a] {
859
806
  color: #969799;
860
807
  }
861
- .search-field[data-v-b85d16dc] {
808
+ .search-field[data-v-e8f93d5a] {
862
809
  background: #fff;
863
810
  padding: 10px 16px;
864
811
  border-bottom: 1px solid #ebedf0;
@@ -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
+ }