This commit is contained in:
姚宇浩 2024-06-04 09:47:11 +08:00
parent 02662c734d
commit b99686c7ff
5 changed files with 10 additions and 10 deletions

View File

@ -888,13 +888,13 @@ onMounted(() => {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 1px; height: 2px;
} }
i { i {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 1px; width: 2px;
} }
&::before { &::before {
top: 0; top: 0;

View File

@ -319,13 +319,13 @@ const getData = async () => {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 1px; height: 2px;
} }
i { i {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 1px; width: 2px;
} }
&::before { &::before {
top: 0; top: 0;

View File

@ -1289,13 +1289,13 @@ onBeforeMount(async () => {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 1px; height: 2px;
} }
i { i {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 1px; width: 2px;
} }
&::before { &::before {
top: 0; top: 0;

View File

@ -769,13 +769,13 @@ onMounted(() => {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 1px; height: 2px;
} }
i { i {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 1px; width: 2px;
} }
&::before { &::before {
top: 0; top: 0;

View File

@ -511,13 +511,13 @@ const getData = async () => {
content: ""; content: "";
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 1px; height: 2px;
} }
i { i {
position: absolute; position: absolute;
display: inline-block; display: inline-block;
height: 100%; height: 100%;
width: 1px; width: 2px;
} }
&::before { &::before {
top: 0; top: 0;