@@ -2899,11 +2899,12 @@ input:-internal-autofill-selected {
.name {
min-width: 120px;
height: 30px;
+ line-height: 28px;
background: @m-blue28;
border: 1px solid @m-black37;
.rounded-corners(3px);
text-align: center;
- font-size: 16px;
+ font-size: 14px;
color: @m-white6;
}
@@ -2914,7 +2915,7 @@ input:-internal-autofill-selected {
background: @m-black38;
.rounded-corners(5px);
color: @m-blue26;
- font-size: 14px;
+ font-size: 12px;
@@ -108,7 +108,7 @@ export default defineComponent({
line-height: 40px;
border-bottom: 1px solid @m-blue20;
color: @m-white11;