BUG 27660
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="btn" @click="handleSubmit">去结算</div>
|
<div class="btn" @click="handleSubmit">去结算</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<AiEmpty v-else></AiEmpty>
|
<AiEmpty v-else/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -334,5 +334,9 @@ uni-page-body {
|
|||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AiEmpty {
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user