mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
commit
fa7a6a3f99
2 changed files with 6 additions and 3 deletions
|
@ -252,7 +252,7 @@ style attribute {
|
||||||
.ant-layout-sider {
|
.ant-layout-sider {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.ant-card {
|
.ant-card, .ant-alert-error {
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
}
|
}
|
||||||
.ant-tabs {
|
.ant-tabs {
|
||||||
|
@ -384,6 +384,9 @@ style attribute {
|
||||||
.ant-tabs {
|
.ant-tabs {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
.ant-alert-error {
|
||||||
|
margin-inline: 0.3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-in-enter,
|
.fade-in-enter,
|
||||||
|
@ -1344,7 +1347,7 @@ b, strong {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-theme-switch:hover {
|
.ant-menu-theme-switch, .ant-menu-theme-switch:hover {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
<a-layout-content>
|
<a-layout-content>
|
||||||
<a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'>
|
<a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'>
|
||||||
<transition name="list" appear>
|
<transition name="list" appear>
|
||||||
<a-alert type="error" v-if="confAlerts.length>0" style="margin: 10px 5px;"
|
<a-alert type="error" v-if="confAlerts.length>0" style="margin-bottom: 10px;"
|
||||||
message='{{ i18n "secAlertTitle" }}'
|
message='{{ i18n "secAlertTitle" }}'
|
||||||
color="red"
|
color="red"
|
||||||
show-icon closable>
|
show-icon closable>
|
||||||
|
|
Loading…
Reference in a new issue