【类 型】:fix css类名写错 导致不 控件不能够自适应宽度

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
szdot 2024-07-26 02:15:40 +08:00
parent 6a80d87ddd
commit 0971fffd1c

View File

@ -849,7 +849,7 @@ export default {
height: calc((100vw - 50px)/4);
}
.tab-container {
.tabContainer {
width: 100vw;
}
}