fix:修复编辑页在不同element版本下表现不一致问题 (#406)

* fix: 通过声明element最低版本来确定tab样式表现

* fix lint
This commit is contained in:
dayou 2024-09-02 17:39:47 +08:00 committed by sudoooooo
parent f5c2bd88f2
commit 5c6a45875c
3 changed files with 1 additions and 5 deletions

View File

@ -23,7 +23,7 @@
"clipboard": "^2.0.11",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
"element-plus": "^2.7.0",
"element-plus": "^2.8.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"nanoid": "^5.0.7",

View File

@ -22,8 +22,6 @@ const tabSelected = ref<string>('0')
height: 100%;
box-shadow: none;
border: none;
display: flex;
flex-direction: column;
:deep(.el-tabs__nav) {
width: 100%;
}

View File

@ -102,8 +102,6 @@ watch(
width: 360px;
height: 100%;
border: none;
display: flex;
flex-direction: column;
.el-tabs__nav {
width: 100%;