添加更多
This commit is contained in:
@@ -13,11 +13,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="demo_tabs_boxitem_onetow">
|
||||
<div>
|
||||
<span style="font-size: var(--el-font-size-base);" v-for="item1 in item.names" :key="item1">{{
|
||||
item1 }}</span>
|
||||
</div>
|
||||
<span style="font-size: 16px; color: #757575;">{{ item.orderNo }}</span>
|
||||
<div style="width: 80%;">{{item.names && item.names.join(',') }}</div>
|
||||
<div style="font-size: 16px; color: #757575;">{{ item.orderNo }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="demo_tabs_boxitem_tow">
|
||||
@@ -69,6 +66,7 @@ const clickitemboxshow = (e) => {
|
||||
.demo_tabs_boxitem_one {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-shrink: 0;
|
||||
|
||||
.demo_tabs_boxitem_oneone {
|
||||
display: flex;
|
||||
@@ -79,25 +77,14 @@ const clickitemboxshow = (e) => {
|
||||
}
|
||||
|
||||
.demo_tabs_boxitem_onetow {
|
||||
width: 40%;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
margin-left: 20px;
|
||||
flex-direction: column;
|
||||
height: 70px;
|
||||
justify-content: space-around;
|
||||
|
||||
div {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.demo_tabs_boxitem_tow {
|
||||
width: 20%;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 70px;
|
||||
|
||||
@@ -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