Commit 628863ca authored by 张俊's avatar 张俊

编辑

parent e54eda5e
......@@ -291,7 +291,7 @@ export default {
/* min-height: calc(100% - 15px); */
}
.now_page_title {
margin: 15px 0;
margin: 13px 0;
color: #898d9e;
}
.now_page_title span {
......
<template>
<div>
edit
<div class="detail_box">
<p class="now_page_title">
技术支持 / 问答中心 / 问答列表 /
<span>详情</span>
</p>
<div class="detail_content">
</div>
</div>
</template>
......@@ -34,5 +40,18 @@ export default {
</script>
<style scoped>
.detail_box {
height: calc(100% - 15px);
}
.now_page_title {
margin: 13px 0;
color: #898d9e;
}
.now_page_title span {
color: #242c43;
}
.detail_content {
width: 100%;
height: calc(100% - 35px);
}
</style>
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