mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
fix style login ui
This commit is contained in:
parent
004d69392b
commit
7a48cbb191
2 changed files with 5 additions and 7 deletions
|
@ -198,12 +198,12 @@ body {
|
||||||
|
|
||||||
.ant-card-dark:hover {
|
.ant-card-dark:hover {
|
||||||
border-color: #e8e8e8;
|
border-color: #e8e8e8;
|
||||||
box-shadow: 0 1px 10px -1px rgb(154 175 238);
|
box-shadow: 0 1px 10px -1px rgb(76, 88, 126);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-bordered:hover {
|
/* .ant-card-bordered:hover {
|
||||||
/*box-shadow: 0 3px 12px -0.8px #0000005c;*/
|
box-shadow: 0 3px 12px -0.8px #0000005c;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.ant-card-dark .ant-table-thead th {
|
.ant-card-dark .ant-table-thead th {
|
||||||
color: hsla(0,0%,100%,.65);
|
color: hsla(0,0%,100%,.65);
|
||||||
|
@ -221,6 +221,7 @@ body {
|
||||||
.ant-card-dark .ant-input-group-addon {
|
.ant-card-dark .ant-input-group-addon {
|
||||||
color: hsla(0,0%,100%,.65);
|
color: hsla(0,0%,100%,.65);
|
||||||
background-color: #262f3d;
|
background-color: #262f3d;
|
||||||
|
border: 1px solid rgb(0 150 112 / 0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark .ant-list-item-meta-title,
|
.ant-card-dark .ant-list-item-meta-title,
|
||||||
|
|
|
@ -74,9 +74,6 @@
|
||||||
</password-input>
|
</password-input>
|
||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item>
|
|
||||||
<a-button block @click="login" :loading="loading">{{ i18n "login" }}</a-button>
|
|
||||||
</a-form-item>
|
|
||||||
<a-form-item>
|
<a-form-item>
|
||||||
<a-row justify="center" class="centered">
|
<a-row justify="center" class="centered">
|
||||||
<a-button type="primary" :loading="loading" @click="login" :icon="loading ? 'poweroff' : undefined"
|
<a-button type="primary" :loading="loading" @click="login" :icon="loading ? 'poweroff' : undefined"
|
||||||
|
|
Loading…
Reference in a new issue