💄 调整样式

This commit is contained in:
BTMuli
2024-01-14 00:04:16 +08:00
parent 9ca507f777
commit 8c6a9df681
6 changed files with 10 additions and 23 deletions

View File

@@ -43,18 +43,13 @@ onMounted(async () => {
</script>
<style lang="css" scoped>
.hta-tu-box {
width: calc(100% - 10px);
height: 100%;
border: 1px inset var(--common-bg-1);
border-radius: 5px;
margin: 5px;
}
.hta-tu-tab {
position: absolute;
height: 100%;
color: var(--common-text-title);
font-family: var(--font-text);
color: var(--box-text-4);
}
.hta-tu-window {