修改看板

This commit is contained in:
2024-12-09 10:44:06 +08:00
parent c9877bc6bc
commit 5bb35a53d5
11 changed files with 358 additions and 73 deletions
+13
View File
@@ -36,6 +36,7 @@ body,
.z-main {
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
@@ -301,4 +302,16 @@ body,
#cMap{
height: 100%;
width: 100%;
}
#zhuimap{
height: 2.5rem;
width: 2.5rem;
background: linear-gradient(180deg, rgba(46, 66, 88, 0) 0%, #1F4F7C 100%);
border-radius: 0px 0px 0px 0px;
border: 1px solid;
border-image: linear-gradient(360deg, rgba(55, 169, 229, 1), rgba(53, 148, 215, 0)) 1 1;
position: absolute;
right: .25rem;
top: 0;
}