Optimize ToolBase management page

This commit is contained in:
2024-01-21 23:43:10 +08:00
parent 2521b0c951
commit 3a973a3c93
2 changed files with 209 additions and 24 deletions

View File

@@ -1,8 +1,15 @@
@use '@/assets/css/constants' as constants;
[data-component=system-tools-base] {
.root-content {
padding: 20px;
gap: 10px;
height: 100%;
width: 100%;
.has-edited::after {
content: '*';
color: constants.$font-secondary-color;
}
}
}