添加更多

This commit is contained in:
魏啾
2024-03-07 16:14:53 +08:00
parent 4a5b52fa45
commit d648781ea3
8 changed files with 450 additions and 47 deletions

View File

@@ -428,7 +428,6 @@ onMounted(() => {
.demo_tabs_boxitem_one {
display: flex;
justify-content: flex-start;
.demo_tabs_boxitem_oneone {
display: flex;
margin-left: 20px;
@@ -438,7 +437,7 @@ onMounted(() => {
}
.demo_tabs_boxitem_onetow {
width: 40%;
// width: 40%;
display: flex;
margin-left: 20px;
flex-direction: column;
@@ -446,7 +445,7 @@ onMounted(() => {
justify-content: space-around;
div {
width: 100%;
// width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -456,7 +455,7 @@ onMounted(() => {
}
.demo_tabs_boxitem_tow {
width: 20%;
// width: 20%;
display: flex;
flex-direction: column;
height: 70px;