cja-phoenix 1.2.50 → 1.2.51
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/dist/module.json
CHANGED
|
@@ -112,10 +112,6 @@ defineExpose({ errorMessage, meta, validate });
|
|
|
112
112
|
&.radio-style-default {
|
|
113
113
|
display: flex;
|
|
114
114
|
|
|
115
|
-
&.size-md {
|
|
116
|
-
padding: 11px 0 0;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
115
|
&.layout-vertical {
|
|
120
116
|
flex-direction: column;
|
|
121
117
|
gap: 8px;
|
|
@@ -123,7 +119,7 @@ defineExpose({ errorMessage, meta, validate });
|
|
|
123
119
|
|
|
124
120
|
&.layout-horizontal {
|
|
125
121
|
gap: 8px 16px;
|
|
126
|
-
padding:
|
|
122
|
+
padding: 12px 0;
|
|
127
123
|
}
|
|
128
124
|
}
|
|
129
125
|
}
|