File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -1121,6 +1121,7 @@ export default {
1121
1121
.vac-tags-box {
1122
1122
display : flex ;
1123
1123
width : 100% ;
1124
+ height : 54px ;
1124
1125
overflow : hidden ;
1125
1126
cursor : pointer ;
1126
1127
background : var (--chat-footer-bg-color );
@@ -1138,7 +1139,7 @@ export default {
1138
1139
.vac-tags-info {
1139
1140
display : flex ;
1140
1141
overflow : hidden ;
1141
- padding : 10 px 20px ;
1142
+ padding : 0 20px ;
1142
1143
align-items : center ;
1143
1144
}
1144
1145
@@ -1457,8 +1458,14 @@ export default {
1457
1458
width : calc (100% - 16px );
1458
1459
}
1459
1460
1460
- .vac-tags-container .vac-tags-info {
1461
- padding : 8px 12px ;
1461
+ .vac-tags-container {
1462
+ .vac-tags-box {
1463
+ height : 50px ;
1464
+ }
1465
+
1466
+ .vac-tags-info {
1467
+ padding : 0 12px ;
1468
+ }
1462
1469
}
1463
1470
1464
1471
.vac-icon-scroll {
You can’t perform that action at this time.
0 commit comments