|
@@ -103,7 +103,7 @@ const testTreeClick = (data) => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.el-radio-group {
|
|
|
- width: auto !important;
|
|
|
+ width: auto !important;
|
|
|
}
|
|
|
.form-item-div {
|
|
|
background-color: white;
|
|
@@ -123,7 +123,7 @@ const testTreeClick = (data) => {
|
|
|
.hc-select-tree.el-tree.hc-tree-node {
|
|
|
margin-left: -12px;
|
|
|
}
|
|
|
-.el-popper{
|
|
|
+.el-popper:not([class*='aside-menu-popper']) {
|
|
|
// height: 400px;
|
|
|
overflow-y: auto;
|
|
|
}
|