fix: styles

This commit is contained in:
KUN1007 2023-08-04 15:16:15 +08:00
parent c2adededf9
commit 5bce2fc008
5 changed files with 4848 additions and 1 deletions

View file

@ -25,6 +25,7 @@
"signin", "signin",
"sina", "sina",
"tencent", "tencent",
"twotone",
"upid", "upid",
"Upvotes", "Upvotes",
"VARCHAR", "VARCHAR",

View file

@ -121,7 +121,7 @@ export default {
}, },
login: { login: {
loginTitle: 'Login', loginTitle: 'Login',
forget: 'Forgot your password? Click here to send a password reset email', forget: 'Forgot your password? Click here to send reset email',
loginUsername: 'Username or email', loginUsername: 'Username or email',
loginPassword: 'Password', loginPassword: 'Password',
capture: 'Click to proceed with the human verification process', capture: 'Click to proceed with the human verification process',

View file

@ -121,6 +121,10 @@ import { onMounted, watch } from 'vue'
/* 窗口缩小不换行 */ /* 窗口缩小不换行 */
overflow: hidden; overflow: hidden;
flex-wrap: wrap; flex-wrap: wrap;
span {
display: flex;
align-items: center;
}
} }
.status i { .status i {
color: var(--kungalgame-red-4); color: var(--kungalgame-red-4);

View file

@ -175,6 +175,10 @@ const props = defineProps(['data'])
position: absolute; position: absolute;
background-color: var(--kungalgame-trans-white-2); background-color: var(--kungalgame-trans-white-2);
bottom: 0; bottom: 0;
div {
display: flex;
align-items: center;
}
} }
/* 帖子的标签 */ /* 帖子的标签 */
.topic-tags { .topic-tags {

4838
stats.html Normal file

File diff suppressed because one or more lines are too long