Browse Source

报表界面样式调整

zhuth 7 years ago
parent
commit
a827fcb31f

+ 0 - 3
frontend/saas-web/app/view/core/report/ReportPanel.js

@@ -132,9 +132,6 @@ Ext.define('saas.view.core.report.ReportPanel', {
                 store: store,
                 columns: me.initColumns(),
                 dockedItems: [{
-                    style: {
-                        'border-top': '1px solid #35baf6 !important'
-                    },
                     xtype: 'pagingtoolbar',
                     dock: 'bottom',
                     displayInfo: true,

+ 5 - 0
frontend/saas-web/app/view/core/report/ReportPanel.scss

@@ -29,6 +29,11 @@
                     border-bottom: 1px solid #999;
                 }
             }
+
+            .x-toolbar-docked-bottom {
+                border-color: #999 !important;
+                border-width: 1px !important;
+            }
         }
     }
 }