!2120 修复:夜间模式柜体标注、标注样式UI显示异常

pull/2077/MERGE
林三 2 years ago committed by ChenX
parent 1223972fdf
commit 7f94ef459c

@ -42,7 +42,6 @@
z-index : 2;
margin-top : 20px;
// background-color: #EBF1F5;
background-color: #ffffff;
gap : 40px;
.bp3-input
{

@ -18,7 +18,6 @@
font-size : 12px;
font-weight: 600;
}
background-color: #BFCCD6 ;
margin : 10px 0;
display : flex;
justify-content : space-between;
@ -36,7 +35,6 @@
font-size : 12px;
font-weight: 600;
}
background-color: #CED9E0 ;
margin : 10px 0;
display : flex;
justify-content : space-between;
@ -60,6 +58,7 @@
flex-direction: column;
overflow : auto !important;
flex-wrap : nowrap !important;
margin : 0;
gap: 5px;
li
{
@ -73,7 +72,6 @@
gap: 5px;
&:hover{
cursor : default !important;
background-color: #F1F2F4 !important;
}
img
{
@ -92,7 +90,6 @@
}
}
.optionsPanel{
background-color: #ffffff;
width : 350px;
box-sizing : border-box;
padding : 20px;
@ -201,7 +198,6 @@
align-content : center;
padding : 0px 20px;
padding-top : 5px;
background-color: white;
span{
display : block;
line-height: 30px;
@ -260,7 +256,6 @@
justify-content: space-between;
button{
border-radius : 50%;
background-color: white;
border : none;
transform : scale(80%);
}
@ -296,7 +291,6 @@
padding : 10px;
border-radius : 5px;
overflow : hidden;
background-color: white;
text-overflow : ellipsis;
>span{
margin-top: 5px;
@ -512,6 +506,5 @@
bottom : 0;
width : 100%;
padding-bottom : 10px;
background-color: white;
}
}

@ -572,7 +572,6 @@ export class ResourceItem extends Component<{ module: ModuleData; }, {}>
justifyContent: "space-between",
position: 'sticky',
top: '0',
backgroundColor: 'white',
paddingTop: "10px",
}}>
<span style={{

@ -217,4 +217,38 @@
}
}
}
//全局
#modal{
.bp3-dialog-body{
background-color: @topToolBar_bg;
}
.bp3-dialog-footer{
background-color: @topToolBar_bg;
}
}
//模型库
.resourcePanel .bp3-card {
.header{
background-color: @properties_header_bg;
}
.categoryList {
.categoryTitle{
background-color: @properties_header_bg;
}
.resources ul li{
background-color: @fileName_bg;
}
}
}
//画廊
.GalleryIndexList{
.GalleryIndexListHeader{
background-color: @fileName_bg;
}
}
}

Loading…
Cancel
Save