部分调整
This commit is contained in:
parent
7ea4a2fa81
commit
aa31c57086
@ -6,7 +6,7 @@
|
||||
<div class="top-wrap-title flex-row justify-content-between"></div>
|
||||
<div class="top-wrap-btn-left flex-row justify-content-between">
|
||||
<div class="flex-row justify-content-between align-items-center">
|
||||
<el-button icon="el-icon-arrow-left" circle></el-button>
|
||||
<el-button class="bg-F2F3F5" icon="el-icon-arrow-left" circle></el-button>
|
||||
<div class="ml-16 mr-16 flex-row justify-content-between align-items-center">
|
||||
<div class="mr-8 f16">程机票</div>
|
||||
<div class="mr-8">
|
||||
@ -15,7 +15,7 @@
|
||||
<div class="mr-8 f16 color-FF7D00"><i class="el-icon-warning"></i></div>
|
||||
<div class="f16 color-165DFF"><i class="el-icon-success"></i></div>
|
||||
</div>
|
||||
<el-button icon="el-icon-arrow-right" circle></el-button>
|
||||
<el-button class="bg-F2F3F5" icon="el-icon-arrow-right" circle></el-button>
|
||||
</div>
|
||||
|
||||
<el-button type="warning" icon="el-icon-message" circle></el-button>
|
||||
@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="flex-row justify-content-between">
|
||||
<el-button icon="el-icon-setting" circle></el-button>
|
||||
<el-button icon="el-icon-switch-button" circle></el-button>
|
||||
<el-button icon="el-icon-switch-button" circle @click="handleBack"></el-button>
|
||||
</div>
|
||||
|
||||
<!-- <div class="flex-row justify-content-between top-case-btn-left">-->
|
||||
@ -146,12 +146,12 @@
|
||||
</div>
|
||||
|
||||
<div class="case-debt-info-call flex-row justify-content-between align-items-center">
|
||||
<div class="flex-row align-items-center">
|
||||
<div class="flex-row align-items-center cursor-pointer">
|
||||
<div class="f32 color-1960F4 mr-8"><i class="el-icon-phone"></i></div>
|
||||
<div>呼叫被申请人</div>
|
||||
</div>
|
||||
<el-divider direction="vertical"></el-divider>
|
||||
<div class="flex-row align-items-center">
|
||||
<div class="flex-row align-items-center cursor-pointer">
|
||||
<div class="f32 color-FF7D00 mr-8"><i class="el-icon-message"></i></div>
|
||||
<div>发送短信</div>
|
||||
</div>
|
||||
@ -544,6 +544,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="flex-row align-items-center pl-24 pr-24 btn-group-controls">
|
||||
<div class="pt-16 pb-16 flex-row justify-content-between align-items-center btn-group-real-time">
|
||||
<el-badge :value="3" class="item">
|
||||
@ -599,7 +600,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 视频预约 -->
|
||||
<VideoReservationDialog v-if="VideoDialog" :eventDialog.sync="VideoDialog"/>
|
||||
</div>
|
||||
@ -812,15 +812,6 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.my-label {
|
||||
background: #E1F3D8;
|
||||
}
|
||||
|
||||
.my-content {
|
||||
background: #FDE2E2;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss" scoped>
|
||||
.ai-logo-img{
|
||||
width: 29px;
|
||||
@ -829,6 +820,10 @@ export default {
|
||||
background-size: 100%,100%;
|
||||
}
|
||||
|
||||
.bg-F2F3F5{
|
||||
background-color: #F2F3F5;
|
||||
}
|
||||
|
||||
.btn-group-controls{
|
||||
width: 864px;
|
||||
height: 56px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user