Skip to content

Commit 2610545

Browse files
committed
.
1 parent 58437dc commit 2610545

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/components/QiMen.vue

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<button @click="paiPan('z')">排转盘</button>
1717
<button @click="paiPan('f')">排飞盘</button>
1818
</div>
19-
<span>旬首:{{xunShou}}&emsp;&emsp;值符:{{zhiFu}}&emsp;&emsp;值使:{{zhiShi}}</span>
19+
<div>
20+
<span>&nbsp;&nbsp;旬首:{{xunShou}}&emsp;&emsp;值符:{{zhiFu}}&emsp;&emsp;值使:{{zhiShi}}</span>
21+
</div>
2022
<div class="pan">
2123
<div class="gong gong-4">
2224
<div class="gong inner inner-1">{{cfg[4][1]}}</div>
@@ -209,13 +211,17 @@ function paiPan(type) {
209211

210212
<style scoped>
211213
select, button {
212-
margin: 5px;
214+
margin: 10px;
213215
}
214216
.pan {
215217
display: flex;
216218
flex-wrap: wrap;
217-
height: 30vh;
218-
width: 30vh;
219+
height: 95vw;
220+
width: 95vw;
221+
max-height: 500px;
222+
max-width: 500px;
223+
margin: 10px 2.5vw;
224+
font-size: 18px;
219225
}
220226
.gong {
221227
display: flex;

0 commit comments

Comments
 (0)