提交 0bdc0bcc 编写于 作者: G guoweijia

fix:修复样式

上级 1f9cf0f2
......@@ -16,6 +16,8 @@
</li>
</ul>
</div>
<div class="before"></div>
<div class="after"></div>
</div>
</template>
<script>
......@@ -124,8 +126,7 @@ export default {
padding-right: 0;
// border-radius: 4px;
z-index: 9;
&::before {
content: "";
.before {
position: absolute;
top: 4px;
left: 0;
......@@ -138,8 +139,7 @@ export default {
transparent
);
}
&::after {
content: "";
.after {
pointer-events: none;
position: absolute;
bottom: 12px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册