|
@@ -11,6 +11,7 @@
|
|
|
width="1000px"
|
|
|
v-dialogDrag
|
|
|
center
|
|
|
+ custom-class="renewal-rate-detail-content-dlg"
|
|
|
>
|
|
|
<div>
|
|
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
@@ -181,8 +182,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-.renewal-rate-detail-content {
|
|
|
- padding: 0 25px;
|
|
|
+.renewal-rate-detail-content-dlg {
|
|
|
.table-wrap {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
@@ -190,6 +190,7 @@ export default {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.custom-class-confirm-no-renewal-show-dlg {
|
|
|
div {
|
|
|
box-sizing: border-box;
|