mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
♻️ 完善 box-bg 层级,减少 border
This commit is contained in:
@@ -25,7 +25,6 @@ const props = defineProps<TuaDetailLevelProps>();
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
border: 1px inset var(--common-shadow-2);
|
||||
border-radius: 5px;
|
||||
margin-top: 10px;
|
||||
background: var(--box-bg-2);
|
||||
|
||||
@@ -27,7 +27,6 @@ const props = defineProps<TuaDetailProps>();
|
||||
<style lang="css" scoped>
|
||||
.tuad-box {
|
||||
padding: 10px;
|
||||
border: 1px solid var(--common-shadow-2);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-1);
|
||||
}
|
||||
|
||||
@@ -45,9 +45,8 @@ const getIconNum = computed(() => (props.multi4 ? 4 : 1));
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 10px;
|
||||
border: 1px solid var(--common-shadow-1);
|
||||
border-radius: 5px;
|
||||
background: var(--box-bg-2);
|
||||
background: var(--box-bg-1);
|
||||
}
|
||||
|
||||
.tuao-title {
|
||||
|
||||
Reference in New Issue
Block a user