|
@@ -320,9 +320,9 @@ export default {
|
|
|
}
|
|
|
.legend-rules-right {
|
|
|
padding: 16px;
|
|
|
- flex: 1;
|
|
|
background: #fff;
|
|
|
color: #1f2429;
|
|
|
+ width: calc(100% - 290px);
|
|
|
.img {
|
|
|
width: 28px;
|
|
|
height: 28px;
|
|
@@ -350,9 +350,6 @@ export default {
|
|
|
/deep/ .ant-tree li .ant-tree-node-content-wrapper:hover {
|
|
|
background: transparent !important;
|
|
|
}
|
|
|
- /deep/ .p-inner-container {
|
|
|
- overflow-x: hidden;
|
|
|
- }
|
|
|
.is-current {
|
|
|
background: #e1f2ff !important;
|
|
|
border-radius: 4px;
|