修改样式

This commit is contained in:
jingna 2025-04-27 15:15:54 +08:00
parent cd71005a68
commit 633cf54f28
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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);

View File

@ -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');
}

View File

@ -2363,7 +2363,7 @@ const getMenuList = (val: boolean) => {
.ed-tree{
background:transparent;
color: #fff;
color: #fff !important;
}
.ed-dialog {