mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
bug fix
This commit is contained in:
parent
3fef0cf2ac
commit
021a417624
6 changed files with 11 additions and 6 deletions
|
@ -183,7 +183,7 @@ watch(params, () => {
|
||||||
>
|
>
|
||||||
<template #action>
|
<template #action>
|
||||||
<div class="reset-btn">
|
<div class="reset-btn">
|
||||||
<a-button @click="reset_search">重置</a-button>
|
<a-button @click="reset_search" v-translate>Reset</a-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</std-data-entry>
|
</std-data-entry>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.std-data-entry-action {
|
.std-data-entry-action {
|
||||||
@media (max-width: 350px) {
|
@media (max-width: 375px) {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|
|
@ -169,7 +169,7 @@ body {
|
||||||
box-shadow: 0 1px 0 0 #e8e8e8;
|
box-shadow: 0 1px 0 0 #e8e8e8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-inline .ant-menu-selected::after, .ant-menu-inline .ant-menu-item-selected::after {
|
.ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left {
|
||||||
border-right: 0 !important;
|
border-right: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -180,6 +180,11 @@ body {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-menu {
|
||||||
|
background: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-small {
|
.ant-table-small {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"1.5.0","build_id":23,"total_build":93}
|
{"version":"1.5.0","build_id":24,"total_build":94}
|
|
@ -1,7 +1,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {CloseCircleOutlined, CheckCircleOutlined} from '@ant-design/icons-vue'
|
import {CloseCircleOutlined, CheckCircleOutlined} from '@ant-design/icons-vue'
|
||||||
import dayjs from 'dayjs'
|
import dayjs from 'dayjs'
|
||||||
import {defineProps, reactive, ref} from 'vue'
|
import {reactive, ref} from 'vue'
|
||||||
import domain from '@/api/domain'
|
import domain from '@/api/domain'
|
||||||
|
|
||||||
const props = defineProps(['domain'])
|
const props = defineProps(['domain'])
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"1.5.0","build_id":23,"total_build":93}
|
{"version":"1.5.0","build_id":24,"total_build":94}
|
Loading…
Add table
Add a link
Reference in a new issue