This commit is contained in:
BTMuli
2023-10-26 19:07:40 +08:00
parent 9a221f9b64
commit 8ab7735cad
2 changed files with 7 additions and 7 deletions

View File

@@ -30,12 +30,12 @@
],
"*.vue": [
"eslint --fix",
"stylelint --fix",
"prettier --write"
"prettier --write",
"stylelint --fix"
],
"*.css": [
"stylelint --fix",
"prettier --write"
"prettier --write",
"stylelint --fix"
],
"*.{yml,json,md}": [
"prettier --write"

View File

@@ -78,14 +78,14 @@
z-index: -1;
top: 0;
left: 0;
display: flex;
overflow: hidden;
width: 800px;
height: 450px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--common-shadow-2);
overflow: hidden;
border-radius: 10px;
}
:deep(.mys-post-vod-cover) {