fix: styles
This commit is contained in:
parent
c2adededf9
commit
5bce2fc008
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -25,6 +25,7 @@
|
|||
"signin",
|
||||
"sina",
|
||||
"tencent",
|
||||
"twotone",
|
||||
"upid",
|
||||
"Upvotes",
|
||||
"VARCHAR",
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
4838
stats.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue