@@ -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 {
@@ -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,