diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue index 15b5022..9901c19 100644 --- a/src/views/yingji/home.vue +++ b/src/views/yingji/home.vue @@ -48,6 +48,7 @@ +
- +
- + + + + + + + + + + +
+
+ + +
+ - - @@ -305,7 +359,7 @@ export default { visibility: hidden; } - span{ + span { margin-left: 10px; } } @@ -314,11 +368,20 @@ export default { } } +.numb-hover { + color: #045ffd; + cursor: pointer; + &:hover { + color: #518afb; + text-decoration: underline; + } +} .inputs { display: flex; } //=== -.bgContent { +.bgContent, +.tables-dialog { height: calc(100% - 48px); width: 100%; .tables {