|
@@ -666,6 +666,26 @@ export default {
|
|
|
}
|
|
|
</style>
|
|
|
<style>
|
|
|
+ .el-message-box--center .el-message-box__status.el-icon-warning {
|
|
|
+ position: relative;
|
|
|
+ top: auto;
|
|
|
+ padding-right: 5px;
|
|
|
+ text-align: center;
|
|
|
+ -webkit-transform: translateY(-1px);
|
|
|
+ transform: translateY(-1px);
|
|
|
+ font-size: 24px !important;
|
|
|
+
|
|
|
+}
|
|
|
+.el-message-box__btns {
|
|
|
+ padding: 10px 20px 15px;
|
|
|
+ text-align: center !important;
|
|
|
+}
|
|
|
+.el-message-box__content{
|
|
|
+ padding: 20px 20px;
|
|
|
+}
|
|
|
+.el-message-box--center .el-message-box__header {
|
|
|
+ padding-top: 30px;
|
|
|
+}
|
|
|
.tableScopeSwitch .el-switch__label {
|
|
|
position: absolute;
|
|
|
display: none;
|