调整添加按钮宽度

pull/733/head
lyswhut 2021-12-31 11:55:55 +08:00
parent 1c946ac661
commit 684af4e7db
2 changed files with 4 additions and 4 deletions

View File

@ -117,7 +117,7 @@ export default {
.main {
// padding: 15px 0;
max-width: 530px;
max-width: 620px;
min-width: 200px;
display: flex;
flex-flow: column nowrap;
@ -154,7 +154,7 @@ export default {
height: 36px;
line-height: 36px;
padding: 0 10px !important;
width: 150px;
width: 180px;
.mixin-ellipsis-1;
}

View File

@ -119,7 +119,7 @@ export default {
.main {
// padding: 15px 0;
max-width: 530px;
max-width: 620px;
min-width: 200px;
display: flex;
flex-flow: column nowrap;
@ -152,7 +152,7 @@ export default {
height: 36px;
line-height: 36px;
padding: 0 10px !important;
width: 150px;
width: 180px;
.mixin-ellipsis-1;
}