@flatbiz/antd 3.2.10 → 3.2.12
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/cjs/index.css +16 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +132 -65
- package/package.json +1 -1
package/cjs/index.css
CHANGED
|
@@ -296,6 +296,14 @@ ul {
|
|
|
296
296
|
color: #0080e3;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
+
.v-dynamic-node-fixed {
|
|
300
|
+
position: fixed;
|
|
301
|
+
top: 0;
|
|
302
|
+
left: 0;
|
|
303
|
+
right: 0;
|
|
304
|
+
bottom: 0;
|
|
305
|
+
}
|
|
306
|
+
|
|
299
307
|
.simple-layout {
|
|
300
308
|
background-color: #fff;
|
|
301
309
|
padding: 15px;
|
|
@@ -1067,7 +1075,11 @@ ul {
|
|
|
1067
1075
|
font-weight: bold;
|
|
1068
1076
|
display: none;
|
|
1069
1077
|
}
|
|
1070
|
-
.v-tree-wrapper-tree .
|
|
1078
|
+
.v-tree-wrapper-tree .tree-item-title-operate {
|
|
1079
|
+
display: none;
|
|
1080
|
+
}
|
|
1081
|
+
.v-tree-wrapper-tree .ant-tree-node-selected .anticon-more,
|
|
1082
|
+
.v-tree-wrapper-tree .ant-tree-node-selected .tree-item-title-operate {
|
|
1071
1083
|
display: block;
|
|
1072
1084
|
}
|
|
1073
1085
|
.v-tree-wrapper-tree .ant-tree-node-content-wrapper {
|
|
@@ -1091,3 +1103,6 @@ ul {
|
|
|
1091
1103
|
.v-tree-item-disabled {
|
|
1092
1104
|
opacity: 0.5;
|
|
1093
1105
|
}
|
|
1106
|
+
.tree-item-title-operate .ant-btn {
|
|
1107
|
+
height: initial;
|
|
1108
|
+
}
|