|
@@ -23,7 +23,7 @@
|
|
|
<!-- 上 -->
|
|
|
<div class="float-container top-1 width-100 height-10r flex ">
|
|
|
<div v-for="item of digitalDisk" class="width-20 flex-column items-center">
|
|
|
- <div>
|
|
|
+ <div style="width:70%">
|
|
|
<div class="text-bg text-style">{{ item.name }}</div>
|
|
|
<div class="flex items-center number-bg-style">
|
|
|
<div v-for="num of item.num" class="flex items-center justify-center num-style number-bg ">{{ num }}</div>
|