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",
"sina",
"tencent",
"twotone",
"upid",
"Upvotes",
"VARCHAR",

View file

@ -121,7 +121,7 @@ export default {
},
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',
loginPassword: 'Password',
capture: 'Click to proceed with the human verification process',

View file

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

View file

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

4838
stats.html Normal file

File diff suppressed because one or more lines are too long