Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfixed:Fixed checktree label horizontal padding. #151

Merged
merged 1 commit into from Jul 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions styles/check-tree-picker.less
Expand Up @@ -23,7 +23,7 @@
//padding-left: 16px;
padding: @picker-tree-node-padding-vertical @picker-tree-node-padding-horizontal;
//text gap + checkbox space
padding-left: @picker-tree-arrow-down-width+@picker-tree-arrow-down-gap+8px+26px;
padding-left: 58px; // 10px + 36px + 12px
display: inline-block;
cursor: pointer;
position: relative;
Expand All @@ -49,7 +49,7 @@
height: 100%;
background-color: @picker-tree-bg;
top: 0;
margin-left: -51px; // 24px + 36px - 9px
margin-left: -58px; // 10px + 36px + 12px
}

&-active > .@{ctpns}-view-checknode-label,
Expand Down