@aloudata/aloudata-design 0.4.8-beta.8 → 0.4.8-beta.9
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.
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
@radio-button-padding-middle: 12px;
|
|
13
13
|
|
|
14
14
|
// Radio组件基础样式
|
|
15
|
+
[class^="ald-radio"] {
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
}
|
|
18
|
+
|
|
15
19
|
.ald-radio-wrapper {
|
|
16
20
|
display: inline-flex;
|
|
17
21
|
gap: 4px;
|
|
@@ -156,7 +160,7 @@
|
|
|
156
160
|
left: 0;
|
|
157
161
|
z-index: 1;
|
|
158
162
|
width: 0;
|
|
159
|
-
height:
|
|
163
|
+
height: 100%;
|
|
160
164
|
background: @BG100;
|
|
161
165
|
border: 1px solid @BG60;
|
|
162
166
|
border-radius: @border-radius-middle;
|
|
@@ -199,7 +203,7 @@
|
|
|
199
203
|
display: flex;
|
|
200
204
|
align-items: center;
|
|
201
205
|
justify-content: center;
|
|
202
|
-
height:
|
|
206
|
+
height: 100%;
|
|
203
207
|
background: @BG100;
|
|
204
208
|
border-top: 1px solid @BG60;
|
|
205
209
|
border-left: 1px solid @BG60;
|