v3.30.0 【增加】字典项增加回显样式;【优化】文件S3协议对最新minio的支持;

This commit is contained in:
zhuoda
2026-03-01 21:34:21 +08:00
parent 36de38fda3
commit 2c661120ca
132 changed files with 975 additions and 540 deletions

View File

@@ -7,7 +7,7 @@
align-items: center;
justify-content: center;
.box-item {
width: 444px;
width: 464px;
height: 600px;
&.desc {
background: #003b94;
@@ -108,7 +108,7 @@
transform: translateX(0);
}
100% {
transform: translateX(-30%);
transform: translateX(-5%);
}
}
@@ -119,7 +119,7 @@
display: inline-block;
width: 100%;
white-space: nowrap;
animation: marquee 5s linear infinite;
animation: marquee 3s linear infinite;
}
}
}
@@ -151,7 +151,7 @@
.code-btn{
height: 44px;
padding: 4px 5px;
width: 108px;
width: 100%;
}
.eye-box {
@@ -165,7 +165,7 @@
}
}
.btn {
width: 350px;
width: 100%;
height: 50px;
background: #1748FD;
border-radius: 4px;