Commit 17b4d280 authored by linlinjava's avatar linlinjava
Browse files

chore[litemall-admin]: update

parent cd32740e
This diff is collapsed.
...@@ -26,15 +26,18 @@ ...@@ -26,15 +26,18 @@
"vuex": "^3.4.0" "vuex": "^3.4.0"
}, },
"devDependencies": { "devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5", "@vue/cli-plugin-babel": "3.5.3",
"@vue/cli-plugin-eslint": "^3.0.5", "@vue/cli-plugin-eslint": "^3.9.1",
"@vue/cli-service": "^3.0.5", "@vue/cli-service": "3.5.3",
"@vue/eslint-config-prettier": "^3.0.5", "@vue/eslint-config-prettier": "^6.0.0",
"babel-plugin-import": "^1.9.1", "eslint": "5.15.3",
"babel-plugin-import": "^1.13.3",
"babel-plugin-lodash": "^3.3.4", "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", "sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17" "eslint-plugin-vue": "5.2.2",
"vue-template-compiler": "2.6.10"
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
......
...@@ -391,12 +391,12 @@ export default { ...@@ -391,12 +391,12 @@ export default {
.item_desc { .item_desc {
background-color: #fff; background-color: #fff;
/deep/ p { ::v-deep p {
padding: 0 10px; padding: 0 10px;
margin-block-start: 0 !important; margin-block-start: 0 !important;
margin-block-end: 0 !important; margin-block-end: 0 !important;
} }
/deep/ img { ::v-deep img {
max-width: 100%; max-width: 100%;
display: block; display: block;
} }
......
...@@ -71,12 +71,12 @@ export default { ...@@ -71,12 +71,12 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.goods_topic { .goods_topic {
.topic-detail { .topic-detail {
/deep/ p { ::v-deep p {
padding: 0 10px; padding: 0 10px;
margin-block-start: 0 !important; margin-block-start: 0 !important;
margin-block-end: 0 !important; margin-block-end: 0 !important;
} }
/deep/ img { ::v-deep img {
max-width: 100%; max-width: 100%;
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment