update code fixbug
This commit is contained in:

parent
484d8879aa
commit
2cf00c0880
@ -445,6 +445,10 @@ a {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.tui-grid-cell-content-editor{
|
||||
// min-height: 32px !important;
|
||||
}
|
||||
|
||||
.v-navigation-drawer {
|
||||
background: map-deep-get($config, #{$theme}, "menu-bg-color");
|
||||
}
|
||||
@ -484,6 +488,10 @@ a {
|
||||
border-bottom: 1px solid map-deep-get($config, #{$theme}, "v-header-border");
|
||||
}
|
||||
|
||||
.custom-chart{
|
||||
border: 1px solid map-deep-get($config, #{$theme}, "v-chart-border");
|
||||
}
|
||||
|
||||
.btn-header {
|
||||
background-color: map-deep-get($config, #{$theme}, "v-btn-header-background");
|
||||
border:1px solid map-deep-get($config, #{$theme}, "v-btn-header-border");
|
||||
|
Reference in New Issue
Block a user