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

文档管理详情完成ui

parent 09bdc0e7
...@@ -14,18 +14,30 @@ ...@@ -14,18 +14,30 @@
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<div class="main_container"> <div class="editpage">
<!-- xxx --> <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>
</div> </div>
</template> </template>
<script> <script>
import wangE from '@/components/wangE'
export default { export default {
data() { data() {
return {}; return {
editstr:'',
};
},
components:{
wangE
},
computed: {
}, },
computed: {},
created() { created() {
if (this.$route.params.id) { if (this.$route.params.id) {
// 请求详情 // 请求详情
...@@ -48,4 +60,17 @@ export default { ...@@ -48,4 +60,17 @@ export default {
background-color: #fff; background-color: #fff;
border-radius: 10px; 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> </style>
...@@ -253,13 +253,13 @@ ...@@ -253,13 +253,13 @@
</div> </div>
</div> </div>
</div> </div>
<div class="editpage"> <!-- <div class="editpage">
<wang-e v-model="editstr"></wang-e> <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;"> <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;margin:0 30px;" type="primary" >保存</el-button>
<el-button style="float:right" >取消</el-button> <el-button style="float:right" >取消</el-button>
</div> </div>
</div> </div> -->
<dialog-action ref="myConfirm"></dialog-action> <dialog-action ref="myConfirm"></dialog-action>
</div> </div>
</template> </template>
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
process_in_up:true,//是否是服务注册产生的 process_in_up:true,//是否是服务注册产生的
perception_in:false,//是否是感知服务 perception_in:false,//是否是感知服务
buy_style: [1], buy_style: [1],
editstr:'<h1>1221312</h1>wuqwyequ827812731731', // editstr:'<h1>1221312</h1>wuqwyequ827812731731',
listTotal: 0, listTotal: 0,
currentPage: 1, currentPage: 1,
pageSize: 10, pageSize: 10,
...@@ -1324,7 +1324,7 @@ export default { ...@@ -1324,7 +1324,7 @@ export default {
padding: 0 20px; padding: 0 20px;
height: calc(100% - 55px); height: calc(100% - 55px);
} }
.editpage{ /* .editpage{
background-color: #fff; background-color: #fff;
height: calc(100% - 20px); height: calc(100% - 20px);
margin-bottom: 20px; margin-bottom: 20px;
...@@ -1336,7 +1336,7 @@ export default { ...@@ -1336,7 +1336,7 @@ export default {
height: calc(100% - 100px); height: calc(100% - 100px);
padding: 0 20px; padding: 0 20px;
box-sizing: border-box; box-sizing: border-box;
} } */
.info_contain { .info_contain {
padding: 25px 20px; padding: 25px 20px;
background-color: #fff; 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