Commit 7bcaa6cc authored by chenqikuai's avatar chenqikuai

Fix

parent c2c6b2df
...@@ -25,7 +25,7 @@ const emit = defineEmits(["update:modelValue"]); ...@@ -25,7 +25,7 @@ const emit = defineEmits(["update:modelValue"]);
<style lang="scss"> <style lang="scss">
.blackModeMenu___ { .blackModeMenu___ {
.line { .line.short {
height: 3px; height: 3px;
bottom: 0; bottom: 0;
} }
......
...@@ -112,9 +112,9 @@ const getLineWidth = (index: number, length: number) => { ...@@ -112,9 +112,9 @@ const getLineWidth = (index: number, length: number) => {
} }
.line.short { .line.short {
width: calc(100% - 24px); width: calc(100% - 24px);
bottom: 8px;
} }
.line { .line {
bottom: 8px !important;
position: absolute; position: absolute;
width: calc(100% - 38px); width: calc(100% - 38px);
min-width: 10px; min-width: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment