wuxiang 2 年之前
父節點
當前提交
a10850a84f
共有 3 個文件被更改,包括 7 次插入4 次删除
  1. 2 2
      src/layout/Main/index.vue
  2. 2 1
      src/views/simulation/index.vue
  3. 3 1
      src/views/situation/index.vue

+ 2 - 2
src/layout/Main/index.vue

@@ -115,11 +115,11 @@ export default {
    background-color: transparent !important;
 }
 
-/deep/ .el-table--enable-row-hover .el-table__body tr:hover>td{
+/* /deep/ .el-table--enable-row-hover .el-table__body tr:hover>td{
 
 background-color: #212e3e !important;
 
-}
+} */
 .el-table::before {
 	 left: 0;
 	 bottom: 0;

+ 2 - 1
src/views/simulation/index.vue

@@ -1159,7 +1159,8 @@ export default {
 
 ::v-deep .el-tabs--border-card>.el-tabs__content {
   width: 300px;
-  display: none;
+  height: 100%;
+  overflow-y:visible;
 }
 
 .model {

+ 3 - 1
src/views/situation/index.vue

@@ -1156,7 +1156,9 @@ this.viewer3D.entities.values.forEach(entity => {
 
 ::v-deep .el-tabs--border-card>.el-tabs__content {
   width: 300px;
-  display: none;
+  /* display: none; */
+  height: 100%;
+  overflow-y:visible;
 }
 
 .model {