修改样式
This commit is contained in:
parent
cd71005a68
commit
633cf54f28
@ -110,7 +110,7 @@ const { t } = useI18n()
|
||||
|
||||
.layout-main {
|
||||
flex: 1;
|
||||
background-color: var(--MainBG, #f5f6f7);
|
||||
background-color: var(--MainBG, rgb(33,33,33));
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -803,7 +803,7 @@ defineExpose({
|
||||
justify-content: flex-end;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
color: var(--TextPrimary, #1f2329);
|
||||
color: var(--TextPrimary, #ffffff);
|
||||
padding-bottom: 16px;
|
||||
.title {
|
||||
margin-right: auto;
|
||||
@ -928,7 +928,7 @@ defineExpose({
|
||||
}
|
||||
}
|
||||
.ed-tree{
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
.ed-dropdown-menu{
|
||||
background-color: rgb(41, 41, 41);
|
||||
|
@ -130,7 +130,7 @@ function editClic(data:any){
|
||||
if(data.type == '03'){
|
||||
window.open('/#/dvsCanvas?dvId=' +data.id, '_blank');
|
||||
}else if(data.type == '0301'){
|
||||
window.open('/#/dashboard?resourceId=' +data.id, ' blank');
|
||||
window.open('/#/dashboard?resourceId=' + data.id, '_blank');
|
||||
}
|
||||
// window.open('/#/dvCanvas?dvId=' + "1097641013486424064", '_blank');
|
||||
}
|
||||
|
@ -2363,7 +2363,7 @@ const getMenuList = (val: boolean) => {
|
||||
|
||||
.ed-tree{
|
||||
background:transparent;
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.ed-dialog {
|
||||
|
Loading…
Reference in New Issue
Block a user