Commit 4c6284ef authored by 张俊's avatar 张俊

文档管理详情完成ui

parent 09bdc0e7
......@@ -14,18 +14,30 @@
</el-breadcrumb>
</div>
<div class="main_container">
<!-- xxx -->
<div class="editpage">
<wang-e v-model="editstr"></wang-e>
<div class="apaas_button" style="overflow:hidden;padding-top:30px;border-top:1px solid #e3e5ef;box-sizing:border-box;">
<el-button style="float:right;margin:0 30px;" type="primary" >保存</el-button>
<el-button style="float:right" >取消</el-button>
</div>
</div>
</div>
</template>
<script>
import wangE from '@/components/wangE'
export default {
data() {
return {};
return {
editstr:'',
};
},
components:{
wangE
},
computed: {
},
computed: {},
created() {
if (this.$route.params.id) {
// 请求详情
......@@ -48,4 +60,17 @@ export default {
background-color: #fff;
border-radius: 10px;
}
.editpage{
background-color: #fff;
height: calc(100% - 45px);
margin-bottom: 20px;
box-shadow: 0px 3px 6px 0px
#f4f7fc;
border-radius: 12px;
}
.editpage .wangeditor_class{
height: calc(100% - 100px);
padding: 0 20px;
box-sizing: border-box;
}
</style>
......@@ -253,13 +253,13 @@
</div>
</div>
</div>
<div class="editpage">
<!-- <div class="editpage">
<wang-e v-model="editstr"></wang-e>
<div class="apaas_button" style="overflow:hidden;padding-top:30px;border-top:1px solid #e3e5ef;box-sizing:border-box;">
<el-button style="float:right;margin:0 30px;" type="primary" >保存</el-button>
<el-button style="float:right" >取消</el-button>
</div>
</div>
</div> -->
<dialog-action ref="myConfirm"></dialog-action>
</div>
</template>
......@@ -296,7 +296,7 @@ export default {
process_in_up:true,//是否是服务注册产生的
perception_in:false,//是否是感知服务
buy_style: [1],
editstr:'<h1>1221312</h1>wuqwyequ827812731731',
// editstr:'<h1>1221312</h1>wuqwyequ827812731731',
listTotal: 0,
currentPage: 1,
pageSize: 10,
......@@ -1324,7 +1324,7 @@ export default {
padding: 0 20px;
height: calc(100% - 55px);
}
.editpage{
/* .editpage{
background-color: #fff;
height: calc(100% - 20px);
margin-bottom: 20px;
......@@ -1336,7 +1336,7 @@ export default {
height: calc(100% - 100px);
padding: 0 20px;
box-sizing: border-box;
}
} */
.info_contain {
padding: 25px 20px;
background-color: #fff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment