fix: bugs fix and polish components for continue profiling (#281)

This commit is contained in:
Fine0830
2023-06-12 18:24:13 +08:00
committed by GitHub
parent 22db68646c
commit 62a82590c9
6 changed files with 45 additions and 34 deletions

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;
}