mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +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>
|
||||
<div class="reset-btn">
|
||||
<a-button @click="reset_search">重置</a-button>
|
||||
<a-button @click="reset_search" v-translate>Reset</a-button>
|
||||
</div>
|
||||
</template>
|
||||
</std-data-entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.std-data-entry-action {
|
||||
@media (max-width: 350px) {
|
||||
@media (max-width: 375px) {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
|
|
|
@ -169,7 +169,7 @@ body {
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
@ -180,6 +180,11 @@ body {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu {
|
||||
background: unset !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.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">
|
||||
import {CloseCircleOutlined, CheckCircleOutlined} from '@ant-design/icons-vue'
|
||||
import dayjs from 'dayjs'
|
||||
import {defineProps, reactive, ref} from 'vue'
|
||||
import {reactive, ref} from 'vue'
|
||||
import domain from '@/api/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