Browse Source

样式修改

liupeng 3 years ago
parent
commit
684d782b1c
2 changed files with 8 additions and 3 deletions
  1. 7 2
      dist/yvan-ext.css
  2. 1 1
      dist/yvan-ext.js

+ 7 - 2
dist/yvan-ext.css

@@ -405,7 +405,7 @@
 /*== extjs 提示框==*/
 .x-message-box .x-window-body {
     background-color: #fff;
-    border-width: 0
+    border-width: 0;
 }
 
 .x-message-box-info, .x-message-box-warning, .x-message-box-question, .x-message-box-error {
@@ -645,8 +645,13 @@
     border-color: #004c8b
 }
 
+.wotu-ui .x-window {
+    top: 50%;
+    left: 50%;
+    transform: translate(-50%,-50%);
+}
 .wotu-ui .x-window-body-default {
-    border: none
+    border: none;
 }
 
 .wotu-ui .x-window-header-default .x-tool-img {

+ 1 - 1
dist/yvan-ext.js

@@ -62638,7 +62638,7 @@ define(['exports'], function (exports) { 'use strict';
             var scope = (_a = lookupScope(sender)) === null || _a === void 0 ? void 0 : _a.topScope;
             var config = {
                 title: '请确认',
-                icon: Ext.Msg.QUESTION,
+                // icon: Ext.Msg.QUESTION,
                 modal: true,
                 animateTarget: sender,
                 // resizable: false,