Commit 70f094bcb357356f1427a488b94d7cc13b5832a4

Authored by 陈洋
1 parent 4fb0b766

pref: 字段选择 样式迭代

... ... @@ -96,12 +96,12 @@
96 96
97 97 ul.qx-setting-fields {
98 98 list-style: none;
99   - padding: 0 12px;
  99 + padding: 0;
100 100 margin: 0;
101 101
102 102 > li {
103 103 list-style: none;
104   - padding: 0;
  104 + padding: 0 12px;
105 105 margin: 0;
106 106 width: 100%;
107 107 height: 36px;
... ... @@ -110,6 +110,10 @@ ul.qx-setting-fields {
110 110 justify-content: flex-start;
111 111 overflow: hidden;
112 112 text-overflow: ellipsis;
  113 +
  114 + &:hover {
  115 + background-color: @N3;
  116 + }
113 117 }
114 118
115 119 .qx-setting-fields__checkbox {
... ...