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": [ "*.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"

View File

@@ -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) {