|
@@ -7,10 +7,10 @@
|
|
|
</head-bar>
|
|
|
<div class="step_box">
|
|
|
<topicVue :cJson="cJson" :title="title" :brief="brief" ref="topicVue"></topicVue>
|
|
|
- <div class="edit_top">
|
|
|
- <div class="op_btn">
|
|
|
- <el-button type="primary" size="small" @click="publish">提交</el-button>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="edit_top">
|
|
|
+ <div class="op_btn">
|
|
|
+ <el-button type="primary" size="small" @click="publish">提交</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -88,23 +88,23 @@ export default {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.home-container {
|
|
|
- height: 100%;
|
|
|
+ height: 100vh;
|
|
|
overflow: hidden;
|
|
|
.step_box {
|
|
|
margin-top: 1.5rem;
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 1.5rem);
|
|
|
+ height: calc(100vh - 1.5rem - 50px);
|
|
|
overflow: auto;
|
|
|
position: relative;
|
|
|
- .edit_top {
|
|
|
+ }
|
|
|
+ .edit_top {
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ /deep/.el-button {
|
|
|
width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
- /deep/.el-button {
|
|
|
- width: 100%;
|
|
|
- height: 50px;
|
|
|
- text-align: center;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
+ height: 50px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
}
|