|
@@ -147,7 +147,8 @@
|
|
|
|
|
|
<view class="box-bottom">
|
|
|
<view class="box-bottom-tool" style="display: flex; justify-content: space-between;">
|
|
|
- <uni-tag :text="isSendResume ? '简历已投递' : '发送简历'" :disabled="isSendResume" type="success" @tap="handleFindResume"/>
|
|
|
+ <text class="toolBtn" :class="{ disabled: !isSendResume }" @tap="handleFindResume">{{ isSendResume ? '简历已投递' : '发送简历' }}</text>
|
|
|
+ <!-- <uni-tag :text="isSendResume ? '简历已投递' : '发送简历'" :disabled="isSendResume" type="success" @tap="handleFindResume"/> -->
|
|
|
<!-- <uni-tag text="发 送" type="success" @tap="handleSend"/> -->
|
|
|
</view>
|
|
|
|
|
@@ -781,7 +782,14 @@ onLoad(async (options) => {
|
|
|
padding: 20rpx 40rpx;
|
|
|
box-sizing: border-box;
|
|
|
&-tool {
|
|
|
- margin-bottom: 40rpx;
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ .toolBtn {
|
|
|
+ padding: 12rpx 20rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ background: #18bc37;
|
|
|
+ color: #FFF;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ }
|
|
|
}
|
|
|
.textBox {
|
|
|
align-items: flex-end;
|