Commit 9b9f0876 by wuqian

修复tab到表格下方BUG

parent ceca35f3
......@@ -1039,7 +1039,7 @@ $border: solid 1px #ddd;
::v-deep(.el-tabs) {
display: flex;
flex-direction: column;
// flex-direction: column;
height: 100%;
.el-tabs__content {
......
......@@ -1629,7 +1629,7 @@ $border: solid 1px #ddd;
::v-deep(.el-tabs) {
display: flex;
flex-direction: column;
// flex-direction: column;
height: 100%;
.el-tabs__content {
......
......@@ -1710,7 +1710,7 @@ $border: solid 1px #ddd;
::v-deep(.el-tabs) {
display: flex;
flex-direction: column;
// flex-direction: column;
height: 100%;
.el-tabs__content {
......
......@@ -1790,7 +1790,7 @@ $border: solid 1px #ddd;
::v-deep(.el-tabs) {
display: flex;
flex-direction: column;
// flex-direction: column;
height: 100%;
.el-tabs__content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment