fix: width

This commit is contained in:
Fine 2023-06-12 17:48:10 +08:00
parent 66126a36a9
commit 686f881e51

View File

@ -285,7 +285,7 @@ limitations under the License. -->
}
.tab-name {
max-width: 110px;
max-width: 130px;
height: 20px;
line-height: 20px;
outline: none;
@ -348,7 +348,7 @@ limitations under the License. -->
.vue-grid-item:not(.vue-grid-placeholder) {
background: #fff;
box-shadow: 0px 1px 4px 0px #00000029;
box-shadow: 0 1px 4px 0 #00000029;
border-radius: 3px;
}