mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-17 10:08:14 +08:00
🎨 fmt
This commit is contained in:
@@ -30,12 +30,12 @@
|
|||||||
],
|
],
|
||||||
"*.vue": [
|
"*.vue": [
|
||||||
"eslint --fix",
|
"eslint --fix",
|
||||||
"stylelint --fix",
|
"prettier --write",
|
||||||
"prettier --write"
|
"stylelint --fix"
|
||||||
],
|
],
|
||||||
"*.css": [
|
"*.css": [
|
||||||
"stylelint --fix",
|
"prettier --write",
|
||||||
"prettier --write"
|
"stylelint --fix"
|
||||||
],
|
],
|
||||||
"*.{yml,json,md}": [
|
"*.{yml,json,md}": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
|
|||||||
@@ -78,14 +78,14 @@
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
height: 450px;
|
height: 450px;
|
||||||
border-radius: 10px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 1px solid var(--common-shadow-2);
|
border: 1px solid var(--common-shadow-2);
|
||||||
overflow: hidden;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.mys-post-vod-cover) {
|
:deep(.mys-post-vod-cover) {
|
||||||
|
|||||||
Reference in New Issue
Block a user