feat:【infra】移动端 admin uniapp 的代码生成的优化(增加 .yd-detail-footer 相关样式,并进行替换)
This commit is contained in:
parent
ac018539d7
commit
4caae18d13
@ -29,8 +29,8 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 底部操作按钮 -->
|
<!-- 底部操作按钮 -->
|
||||||
<view class="fixed bottom-0 left-0 right-0 bg-white p-24rpx">
|
<view class="yd-detail-footer">
|
||||||
<view class="w-full flex gap-24rpx">
|
<view class="yd-detail-footer-actions">
|
||||||
<wd-button
|
<wd-button
|
||||||
v-if="hasAccessByCodes(['${permissionPrefix}:update'])"
|
v-if="hasAccessByCodes(['${permissionPrefix}:update'])"
|
||||||
class="flex-1" type="warning" @click="handleEdit"
|
class="flex-1" type="warning" @click="handleEdit"
|
||||||
|
|||||||
@ -93,7 +93,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 底部保存按钮 -->
|
<!-- 底部保存按钮 -->
|
||||||
<view class="fixed bottom-0 left-0 right-0 bg-white p-24rpx">
|
<view class="yd-detail-footer">
|
||||||
<wd-button
|
<wd-button
|
||||||
type="primary"
|
type="primary"
|
||||||
block
|
block
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user