添加更多
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user