feat: 移除无关样式

This commit is contained in:
duanshuwen
2025-09-21 21:05:14 +08:00
parent 5208900166
commit 585a0582b8

View File

@@ -33,24 +33,4 @@ body,
.mb12 { .mb12 {
margin-bottom: 12px; margin-bottom: 12px;
} }
// 重置按钮样式
.reset-btn {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1000;
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
&::after {
border: none;
content: " ";
}
}
</style> </style>