♻️ 完善 box-bg 层级,减少 border

This commit is contained in:
BTMuli
2023-09-02 22:42:08 +08:00
parent 95eca77d0a
commit 4debd354a7
19 changed files with 60 additions and 75 deletions

View File

@@ -183,7 +183,6 @@ async function share(): Promise<void> {
display: flex;
flex-direction: column;
padding: 10px;
border: 1px solid var(--common-shadow-2);
border-radius: 5px;
background: var(--box-bg-1);
gap: 5px;

View File

@@ -200,7 +200,6 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
padding: 10px;
border: 1px solid var(--common-shadow-2);
border-radius: 5px;
background: var(--box-bg-1);
gap: 10px;

View File

@@ -129,7 +129,6 @@ onUnmounted(() => {
<style lang="css" scoped>
.position-box {
padding: 10px;
border: 1px solid var(--common-shadow-2);
border-radius: 5px;
background: var(--box-bg-1);
}