feat: base ticket_b样式调整
This commit is contained in:
parent
b340469468
commit
ebf0f0a0ce
2
App.vue
2
App.vue
|
|
@ -146,5 +146,7 @@
|
|||
padding: 12upx;
|
||||
margin-left: -20upx;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
<template>
|
||||
<span v-if="actionShow">
|
||||
<view style="display:flex">
|
||||
<view style="margin:auto">
|
||||
<button
|
||||
v-for="item in transitions"
|
||||
:key="item.id"
|
||||
|
|
@ -12,12 +10,6 @@
|
|||
style="margin-right: 2px"
|
||||
size="mini"
|
||||
>{{ item.name }}</button>
|
||||
</view>
|
||||
<!-- <view style="margin-left:auto">
|
||||
<button v-if="props.ticket_?.state_.enable_retreat && isOwn" type="warn" size="mini"
|
||||
@click="handleRetreat">撤回</button>
|
||||
</view> -->
|
||||
</view>
|
||||
</span>
|
||||
</template>
|
||||
<script setup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue