提交 5d7eaeb7 authored 作者: lihuihui's avatar lihuihui

修改bug

上级 f7603a1b
差异被折叠。
...@@ -58,12 +58,15 @@ ...@@ -58,12 +58,15 @@
"file-loader": "^6.1.1", "file-loader": "^6.1.1",
"html-replace-webpack-plugin": "^2.5.6", "html-replace-webpack-plugin": "^2.5.6",
"html-webpack-plugin": "^4.5.0", "html-webpack-plugin": "^4.5.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"npm": "^7.5.3",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
"request": "^2.88.2", "request": "^2.88.2",
"sass-loader": "^10.0.3", "sass-loader": "^10.0.3",
"semver": "^1.1.4", "semver": "^1.1.4",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"swiper": "^6.4.11",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vconsole-webpack-plugin": "^1.5.2", "vconsole-webpack-plugin": "^1.5.2",
"webpack": "^4.44.2", "webpack": "^4.44.2",
......
...@@ -197,6 +197,9 @@ export default { ...@@ -197,6 +197,9 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.read{
height: 100%;
}
::v-deep{ ::v-deep{
.el-checkbox{ .el-checkbox{
margin: 0 0 0 20px !important; margin: 0 0 0 20px !important;
...@@ -224,7 +227,8 @@ export default { ...@@ -224,7 +227,8 @@ export default {
box-sizing: border-box; box-sizing: border-box;
} }
.img{ .img{
width: 644px; // width: 644px;
height: 80%;
display: block; display: block;
margin: 16px auto; margin: 16px auto;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论