Commit 70f094bcb357356f1427a488b94d7cc13b5832a4

Authored by 陈洋
1 parent 4fb0b766

pref: 字段选择 样式迭代

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