@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.
@@ -2,7 +2,7 @@
2
2
  @import '../../Icon/index.less';
3
3
  @import './dropdown.less';
4
4
 
5
- .ald-menu-light.ald-menu.ant-menu {
5
+ .ant-menu-light.ald-menu.ant-menu {
6
6
  &.ant-menu-root.ant-menu-vertical {
7
7
  border: none;
8
8
  }
@@ -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: calc(100% - 2px);
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: calc(100% - 2px);
206
+ height: 100%;
203
207
  background: @BG100;
204
208
  border-top: 1px solid @BG60;
205
209
  border-left: 1px solid @BG60;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "0.4.8-beta.8",
3
+ "version": "0.4.8-beta.9",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",