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

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

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