使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
anoopmb
/
frappe
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
fix(UI): lesser margin if cell is focused
(cherry picked from commit
98e1813de1
)
version-14
Shariq Ansari
2 年前
committed by
Mergify
父节点
1ab1ac2a98
当前提交
f3ad63abf4
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-2
frappe/public/scss/common/grid.scss
+ 2
- 2
frappe/public/scss/common/grid.scss
查看文件
@@ -268,8 +268,8 @@
.editable-row .frappe-control {
padding-top: 0px !important;
padding-bottom: 0px !important;
margin-left: -
5
px !important;
margin-right: -
5
px !important;
margin-left: -
1
px !important;
margin-right: -
1
px !important;
}
}
撰写
预览
正在加载...
取消
保存