浏览代码

Fix action button size (#6753)

tags/0.6.16
Yi Xiao 1年前
父节点
当前提交
f43e27814c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      web/app/components/base/action-button/index.css

+ 2
- 2
web/app/components/base/action-button/index.css 查看文件

@@ -16,7 +16,7 @@
}

.action-btn-l {
@apply p-1.5 w-[34px] h-[34px] rounded-lg
@apply p-1.5 w-8 h-8 rounded-lg
}

/* m is for the regular button */
@@ -25,7 +25,7 @@
}

.action-btn-xs {
@apply p-0 w-5 h-5 rounded
@apply p-0 w-4 h-4 rounded
}

.action-btn.action-btn-active {

正在加载...
取消
保存