widget.qw 1.0.44 → 1.0.45

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
@@ -99,31 +99,31 @@
99
99
  opacity: 1;
100
100
  -webkit-text-fill-color: #000;
101
101
  }
102
- .popup-style[data-v-3f1c4b3e] {
102
+ .popup-style[data-v-778dc594] {
103
103
  height: 21.25rem;
104
104
  }
105
- .showMultipleButton[data-v-3f1c4b3e] {
105
+ .showMultipleButton[data-v-778dc594] {
106
106
  padding-bottom: 0;
107
107
  }
108
- .showMultipleButton .van-button[data-v-3f1c4b3e] {
108
+ .showMultipleButton .van-button[data-v-778dc594] {
109
109
  border: 0;
110
110
  }
111
- .flex-between[data-v-3f1c4b3e] {
111
+ .flex-between[data-v-778dc594] {
112
112
  padding: 10px;
113
113
  display: flex;
114
114
  justify-content: space-between;
115
115
  align-items: center;
116
116
  }
117
- .bold[data-v-3f1c4b3e] {
117
+ .bold[data-v-778dc594] {
118
118
  font-weight: bold;
119
119
  color: #444;
120
120
  }
121
- .checkbox-style[data-v-3f1c4b3e] {
121
+ .checkbox-style[data-v-778dc594] {
122
122
  /* height: 220px; */
123
123
  height: calc(220px - 30px);
124
124
  overflow-y: auto;
125
125
  }
126
- .select-all-container[data-v-3f1c4b3e] {
126
+ .select-all-container[data-v-778dc594] {
127
127
  font-size: 14px;
128
128
  padding: 0 16px;
129
129
  margin: 10px 0;
@@ -131,12 +131,12 @@
131
131
  justify-content: flex-end;
132
132
  align-items: center;
133
133
  }
134
- .select-all-container .van-checkbox[data-v-3f1c4b3e] {
134
+ .select-all-container .van-checkbox[data-v-778dc594] {
135
135
  margin-left: auto;
136
136
  }
137
137
 
138
138
  /* 新增:调整方形复选框的边距 */
139
- .van-checkbox--square[data-v-3f1c4b3e] {
139
+ .van-checkbox--square[data-v-778dc594] {
140
140
  margin-left: 8px;
141
141
  }
142
142
 
@@ -840,4 +840,21 @@
840
840
  }
841
841
  .widget .readonly-field[data-v-0c8e09c0] {
842
842
  margin: 4px 0;
843
+ }.widget[data-v-39b86a7f] {
844
+ background: #fff;
845
+ box-sizing: border-box;
846
+ height: 100%;
847
+ text-align: left;
848
+ }
849
+ .widget .option[data-v-39b86a7f] {
850
+ margin: 8px 8px;
851
+ padding: 5px 5px;
852
+ border-radius: 4px;
853
+ background-color: rgb(217, 236, 255);
854
+ color: #409eff;
855
+ display: inline-block;
856
+ position: relative;
857
+ }
858
+ [data-v-39b86a7f] .van-field__label {
859
+ margin: auto;
843
860
  }