Commit 7bcaa6cc authored by chenqikuai's avatar chenqikuai

Fix

parent c2c6b2df
......@@ -25,7 +25,7 @@ const emit = defineEmits(["update:modelValue"]);
<style lang="scss">
.blackModeMenu___ {
.line {
.line.short {
height: 3px;
bottom: 0;
}
......
......@@ -112,9 +112,9 @@ const getLineWidth = (index: number, length: number) => {
}
.line.short {
width: calc(100% - 24px);
bottom: 8px;
}
.line {
bottom: 8px !important;
position: absolute;
width: calc(100% - 38px);
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