File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 16
16
<button @click =" paiPan('z')" >排转盘</button >
17
17
<button @click =" paiPan('f')" >排飞盘</button >
18
18
</div >
19
- <span >旬首:{{xunShou}}&emsp ;&emsp ; 值符:{{zhiFu}}&emsp ;&emsp ; 值使:{{zhiShi}}</span >
19
+ <div >
20
+ <span >  ;  ; 旬首:{{xunShou}}&emsp ;&emsp ; 值符:{{zhiFu}}&emsp ;&emsp ; 值使:{{zhiShi}}</span >
21
+ </div >
20
22
<div class =" pan" >
21
23
<div class =" gong gong-4" >
22
24
<div class =" gong inner inner-1" >{{cfg[4][1]}}</div >
@@ -209,13 +211,17 @@ function paiPan(type) {
209
211
210
212
<style scoped>
211
213
select , button {
212
- margin : 5 px ;
214
+ margin : 10 px ;
213
215
}
214
216
.pan {
215
217
display : flex ;
216
218
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 ;
219
225
}
220
226
.gong {
221
227
display : flex ;
You can’t perform that action at this time.
0 commit comments