mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
💄 调整样式
This commit is contained in:
@@ -97,5 +97,6 @@ function onCancel(): void {
|
||||
color: var(--tgc-yellow-1);
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
text-shadow: 0 0 5px var(--tgc-dark-7);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
// vue
|
||||
import TibWikiAbyss2 from "../itembox/tib-wiki-abyss-2.vue";
|
||||
|
||||
interface HtaTabHoldProps {
|
||||
@@ -38,23 +37,23 @@ const props = defineProps<HtaTabHoldProps>();
|
||||
</script>
|
||||
<style lang="css" scoped>
|
||||
.hta-th-box {
|
||||
width: calc(100% - 10px);
|
||||
height: 100%;
|
||||
max-height: calc(100vh - 120px);
|
||||
padding: 10px;
|
||||
border: 1px inset var(--common-bg-1);
|
||||
padding-right: 5px;
|
||||
border-radius: 5px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.hta-th-table {
|
||||
width: 100%;
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hta-th-tr {
|
||||
border-radius: 5px;
|
||||
background: var(--common-bg-1);
|
||||
background: var(--box-bg-2);
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
||||
@@ -71,16 +71,12 @@ onMounted(async () => {
|
||||
.hta-tt-box {
|
||||
width: calc(100% - 10px);
|
||||
height: 100%;
|
||||
border: 1px inset var(--common-bg-1);
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.hta-tt-tab {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-text);
|
||||
color: var(--box-text-4);
|
||||
}
|
||||
|
||||
.hta-tt-window {
|
||||
@@ -129,7 +125,7 @@ onMounted(async () => {
|
||||
justify-content: flex-start;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
background: var(--common-bg-1);
|
||||
background: var(--box-bg-1);
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -51,6 +51,7 @@ function getIcon(): string {
|
||||
border: 1px solid var(--common-shadow-1);
|
||||
border-radius: 5px;
|
||||
background: v-bind(bgColor);
|
||||
cursor: pointer;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user