chore[litemall-admin]: update

This commit is contained in:
linlinjava
2020-12-27 19:48:12 +08:00
parent cd32740e0d
commit 17b4d28060
4 changed files with 4153 additions and 2248 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,15 +26,18 @@
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-prettier": "^3.0.5",
"babel-plugin-import": "^1.9.1",
"@vue/cli-plugin-babel": "3.5.3",
"@vue/cli-plugin-eslint": "^3.9.1",
"@vue/cli-service": "3.5.3",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "5.15.3",
"babel-plugin-import": "^1.13.3",
"babel-plugin-lodash": "^3.3.4",
"node-sass": "^4.9.3",
"node-sass": "^4.9.0",
"sass": "^1.26.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
"eslint-plugin-vue": "5.2.2",
"vue-template-compiler": "2.6.10"
},
"browserslist": [
"> 1%",

View File

@@ -391,12 +391,12 @@ export default {
.item_desc {
background-color: #fff;
/deep/ p {
::v-deep p {
padding: 0 10px;
margin-block-start: 0 !important;
margin-block-end: 0 !important;
}
/deep/ img {
::v-deep img {
max-width: 100%;
display: block;
}

View File

@@ -71,12 +71,12 @@ export default {
<style lang="scss" scoped>
.goods_topic {
.topic-detail {
/deep/ p {
::v-deep p {
padding: 0 10px;
margin-block-start: 0 !important;
margin-block-end: 0 !important;
}
/deep/ img {
::v-deep img {
max-width: 100%;
width: 100% !important;
height: 100% !important;