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;
|
padding: 12upx;
|
||||||
margin-left: -20upx;
|
margin-left: -20upx;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
display: flex;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<span v-if="actionShow">
|
<span v-if="actionShow">
|
||||||
<view style="display:flex">
|
|
||||||
<view style="margin:auto">
|
|
||||||
<button
|
<button
|
||||||
v-for="item in transitions"
|
v-for="item in transitions"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
@ -12,12 +10,6 @@
|
||||||
style="margin-right: 2px"
|
style="margin-right: 2px"
|
||||||
size="mini"
|
size="mini"
|
||||||
>{{ item.name }}</button>
|
>{{ 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>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue