This commit is contained in:
2026-03-23 16:41:51 +08:00
parent 892c604376
commit 02b20bfc78

View File

@@ -319,8 +319,6 @@ const downLoadFileFun = (name: any) => {
width: 100%;
border-bottom: 1px solid rgb(220, 223, 230);
margin-bottom: var(--padding-medium);
color: '#303133';
font-size: 13px;
.page-title {
width: 100%;
height: 30px;
@@ -373,12 +371,11 @@ const downLoadFileFun = (name: any) => {
margin-left: auto;
font-size: 13px;
width: fit-content;
padding: 2px 8px;
padding: 0px 8px;
&:hover {
background-color: var(--el-color-primary-light-9);
border-radius: 4px;
}
.expand-icon {
margin-left: 4px;
transition: transform 0.3s;