Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
17b4d280
Commit
17b4d280
authored
Dec 27, 2020
by
linlinjava
Browse files
chore[litemall-admin]: update
parent
cd32740e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
litemall-vue/package-lock.json
View file @
17b4d280
This diff is collapsed.
Click to expand it.
litemall-vue/package.json
View file @
17b4d280
...
...
@@ -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%"
,
...
...
litemall-vue/src/views/items/detail/index.vue
View file @
17b4d280
...
...
@@ -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
;
}
...
...
litemall-vue/src/views/items/topic/index.vue
View file @
17b4d280
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment