Commit 4835d151 authored by 肖健's avatar 肖健

去除按钮自带的边框

parent 920069ea
...@@ -263,7 +263,7 @@ export default { ...@@ -263,7 +263,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
button::after { button::after {
border: initial; border: none;
} }
.binding { .binding {
......
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