浏览代码

debug CSS boutons block.

master
choj 4 年前
父节点
当前提交
47b1f9233f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/assets/menupara.scss

+ 2
- 2
src/assets/menupara.scss 查看文件

@@ -17,11 +17,12 @@
cursor: pointer;
width: $button-width;
height: $button-width;
background-color: white;
background-color: $bg-color;
border-left: $button-border;
border-right: $button-border;
border-bottom: $button-border;
border-top: none;
color: $txt-color;

&:nth-child(1) {
border-top: $button-border;
@@ -40,4 +41,3 @@
}

}


正在加载...
取消
保存