1项目级看板优化

This commit is contained in:
2025-04-18 17:16:38 +08:00
parent c31c5d1097
commit 7a17924ee7
5 changed files with 336 additions and 308 deletions
+8 -8
View File
@@ -1,7 +1,7 @@
header {
width: 100%;
height: 1rem;
height: 1.25rem;
background-image: url(../images/01/top.png);
background-repeat: no-repeat;
background-position: left top;
@@ -25,14 +25,14 @@ header {
background-size: 100% 100%;
}
.refresh-img{
.refresh-img {
margin-left: 0.125rem;
background: url('../images/sprite.png') no-repeat 0 0;
width: 27px;
height: 26px;
background: url('../images/sprite.png') no-repeat -402px 0;
width: 27px;
height: 26px;
}
.navs{
width: 100%;
.navs {
width: calc(100% - 1.9375rem - 40px );
display: flex;
flex-direction: row;
justify-content: center;
@@ -97,7 +97,7 @@ header {
.set{
position: absolute;
left: 0;right: 0;
bottom: 0;
bottom: .25rem;
height: 14px;
display: flex;
flex-direction: row;