修改看板
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user