refactor: replace simple px utility styles

This commit is contained in:
xingyu4j
2026-03-14 18:43:00 +08:00
parent 8fd6bf47b1
commit 9d6fbfd0d6
7 changed files with 12 additions and 14 deletions

View File

@@ -498,7 +498,7 @@ async function handleReset() {
<style scoped>
:deep(.sticky-tabs-header [role='tablist']) {
position: sticky;
top: -12px;
@apply -top-3;
z-index: 9999;
}
</style>

View File

@@ -82,6 +82,6 @@ const handleClick = () => {
<style scoped>
.timezone-container {
padding-left: 20px;
@apply pl-5;
}
</style>