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