mirror of https://github.com/certd/certd
chore:
parent
1b4ba04a23
commit
8f79107d2b
|
@ -3,9 +3,12 @@
|
||||||
<div class="fullscreen-modal" @click="fullscreenExit"></div>
|
<div class="fullscreen-modal" @click="fullscreenExit"></div>
|
||||||
<div class="plan-wrapper">
|
<div class="plan-wrapper">
|
||||||
<div class="plan-box">
|
<div class="plan-box">
|
||||||
<div class="fullscreen-button pointer" @click="fullscreen = !fullscreen">
|
<div class="fullscreen-button pointer flex-center" @click="fullscreen = !fullscreen">
|
||||||
<span style="font-size: 10px"> 这里可以放大→ </span>
|
<span v-if="!fullscreen" style="font-size: 10px" class="flex-center">
|
||||||
<fs-icon :icon="fullscreen ? 'material-symbols:fullscreen' : 'material-symbols:fullscreen-exit'"></fs-icon>
|
这里可以放大
|
||||||
|
<fs-icon icon="ion:arrow-forward-outline"></fs-icon>
|
||||||
|
</span>
|
||||||
|
<fs-icon :icon="fullscreen ? 'material-symbols:fullscreen-exit' : 'material-symbols:fullscreen'"></fs-icon>
|
||||||
</div>
|
</div>
|
||||||
<table class="plan-table">
|
<table class="plan-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in New Issue