提交 003a34f6 编写于 作者: guangjun.yang's avatar guangjun.yang

单独的知识点页面的样式调整

上级 eaa391e9
<!-- 标题组件 -->
<template>
<div class="common-title-wrapper">
<div class="common-title-wrapper-point">
<ul class="mini">
<li class="left">{{title}}</li>
<li class="right">
......@@ -21,11 +21,12 @@ export default {
};
</script>
<style lang="scss">
.common-title-wrapper {
position: relative;
<style lang="scss" scoped>
.common-title-wrapper-point {
position: fixed;
width: 100%;
left: 0;
top: 0;
top: 73px;
z-index: 1;
height: 44px;
line-height: 44px;
......
......@@ -17,7 +17,7 @@ export default {
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.common-title-wrapper {
position: fixed;
width: 100%;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册