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

编辑

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