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

fix:修复样式

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