pagedit
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -57,7 +57,7 @@
|
||||
|
||||
.dashed_line {
|
||||
position: absolute;
|
||||
width: 13px;
|
||||
width: 14px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
@@ -123,7 +123,7 @@
|
||||
.dashed_line {
|
||||
top: 61px;
|
||||
left: 28px;
|
||||
width: 12.4px;
|
||||
width: 13.4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
transform: rotate(180deg);
|
||||
top: -117px;
|
||||
left: 14px;
|
||||
width: 12.4px;
|
||||
width: 13.4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, defineExpose, defineEmits } from 'vue'
|
||||
import { ref } from 'vue'
|
||||
import oneRound from '../../assets/chart/one_round.png'
|
||||
import twoRound from '../../assets/chart/two_round.png'
|
||||
import threeRound from '../../assets/chart/three_round.png'
|
||||
|
||||
Reference in New Issue
Block a user