diff --git a/src/views/Data.vue b/src/views/Data.vue index 7ff325e..534c8a9 100644 --- a/src/views/Data.vue +++ b/src/views/Data.vue @@ -10,9 +10,15 @@
- - + +
{ @@ -136,29 +166,12 @@ export default { width: 15%; border: 1px solid #006b3b; font-size: 16px; - - img { - width: 24px; - } - - >div { - background: #e2f4e5; - margin-top: 10px; - text-align: center; - line-height: 40px; - cursor: pointer; - } - - .active { - background: #00AAA3; - color: #fff; - } + width: 24px; } .right { width: 84%; border: 1px solid #006b3b; - display: flex; justify-content: space-around; .right-set { @@ -174,5 +187,27 @@ export default { // } } } + .active { + background: #00AAA3; + color: #fff; + } +} +.right { + width: 84%; + border: 1px solid #006b3b; + display: flex; + justify-content: space-around; + .right-set { + width: 10%; + padding: 20px; + overflow: auto; + } + .right-table { + width: 88%; + // .el-tree-node { + // border: 1px solid #ddd !important; + // margin-top: 10px !important; + // } + } }