소스 검색

增加 nextFocus / ff 属性
为 combogrid / combo / date 增加下拉特性

luoyifan 3 년 전
부모
커밋
7f65186221
3개의 변경된 파일148개의 추가작업 그리고 7개의 파일을 삭제
  1. 23 0
      dist/yvan-ext.css
  2. 124 6
      dist/yvan-ext.js
  3. 1 1
      dist/yvan-ext.js.map

+ 23 - 0
dist/yvan-ext.css

@@ -765,6 +765,29 @@
     background-color: #ffefbb;
 }
 
+/*表格样式调整*/
+.x-grid-inner-locked .x-column-header-inner {
+    padding: 7px 0;
+}
+
+.x-grid-cell-inner-row-numberer {
+    text-align: center !important;
+}
+
+.x-grid-cell-inner-row-numberer {
+    padding: 7px 0 6px 0;
+}
+
+.x-grid-cell-inner {
+    text-align: center !important;
+}
+
+.x-tree-view.x-tree-view-default .x-grid-cell-inner {
+    text-align: left !important;
+}
+
+
+/*按钮样式修改*/
 .wotu-ui .x-segmented-button-item-horizontal.x-btn-default-small {
     border: none;
     background-color: #134c8b;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 124 - 6
dist/yvan-ext.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/yvan-ext.js.map