feat: 统一按钮圆角样式
parent
a6eb7381ea
commit
48a469614e
|
@ -24,7 +24,7 @@
|
|||
</view>
|
||||
<view v-if="item.INSPECTED_EXPLAIN_FILEPATH" class="flex-between mt-10 subtitle">
|
||||
<view class="uni-flex-item text-right">
|
||||
<u-button type="primary" @click="downloadAppendix(item.INSPECTED_EXPLAIN_FILEPATH)">
|
||||
<u-button class="bth" type="primary" @click="downloadAppendix(item.INSPECTED_EXPLAIN_FILEPATH)">
|
||||
申辩附件下载
|
||||
</u-button>
|
||||
</view>
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
</template>
|
||||
<u-cell class="flex-none" :border="false">
|
||||
<view slot="value">
|
||||
<u-button type="primary" text="提交" @click="$u.debounce(fnSubmit, 1000, true)" v-if="!disabled"></u-button>
|
||||
<u-button type="primary" text="提交" class="bth" @click="$u.debounce(fnSubmit, 1000, true)" v-if="!disabled"></u-button>
|
||||
</view>
|
||||
</u-cell>
|
||||
</u-cell-group>
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
</view>
|
||||
<view class="cu-form-group" style="border: none;">
|
||||
<view class="title">签字</view>
|
||||
<view><u-button class="bg-green shadow" @tap="modalShow = true" data-target="Modal">手写签字</u-button></view>
|
||||
<view><u-button class="bth bg-green shadow" @tap="modalShow = true" data-target="Modal">手写签字</u-button></view>
|
||||
</view>
|
||||
<view style="margin-left: 30upx;" v-show="signImgList && signImgList.length > 0">
|
||||
<view class="action">
|
||||
|
@ -170,7 +170,7 @@
|
|||
|
||||
<view class="bottom-btn-group">
|
||||
<view v-if="forbidEdit" style="width: 80%;">
|
||||
<u-button class="bg-blue" @click="goSubmit" :throttleTime="1400">提交</u-button>
|
||||
<u-button class="bth bg-blue" @click="goSubmit" :throttleTime="1400">提交</u-button>
|
||||
</view>
|
||||
<view v-if="!forbidEdit" style="width: 80%;">
|
||||
<u-button class="bg-green" @click="goback">返回</u-button>
|
||||
|
|
|
@ -66,13 +66,13 @@
|
|||
}
|
||||
.bth-mini {
|
||||
width: auto !important;
|
||||
border-radius: 15upx !important;
|
||||
border-radius: 38upx !important;
|
||||
margin-left: unset;
|
||||
margin-right: unset;
|
||||
}
|
||||
.bth {
|
||||
flex: 1;
|
||||
border-radius: 15upx !important;
|
||||
border-radius: 40upx !important;
|
||||
margin-left: unset;
|
||||
margin-right: unset;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue