Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
d75ccac1
Commit
d75ccac1
authored
Jul 25, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:bugfix
parent
5b661ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/views/goods/infoSet.vue
src/views/goods/infoSet.vue
+1
-3
No files found.
src/views/goods/infoSet.vue
View file @
d75ccac1
...
@@ -227,7 +227,7 @@ export default {
...
@@ -227,7 +227,7 @@ export default {
components
:
{
CheckLargeImageDialog
,
SelectImageDialog
,
VuePictureCut
,
VuePictureCutMask
,
VuePictureCutMenu
},
components
:
{
CheckLargeImageDialog
,
SelectImageDialog
,
VuePictureCut
,
VuePictureCutMask
,
VuePictureCutMenu
},
filters
:
{
filters
:
{
trimHtml
(
html_str
)
{
trimHtml
(
html_str
)
{
var
text
=
html_str
.
replace
(
/<
[^
<>
]
+>/g
,
''
)
var
text
=
html_str
&&
html_str
.
replace
(
/<
[^
<>
]
+>/g
,
''
)
||
''
// console.log(text);
// console.log(text);
return
text
return
text
}
}
...
@@ -605,11 +605,9 @@ export default {
...
@@ -605,11 +605,9 @@ export default {
.op-container
{
.op-container
{
text-align
:
right
;
text-align
:
right
;
background
:
white
;
}
}
.fixed
{
.fixed
{
position
:
fixed
;
position
:
fixed
;
background
:
white
;
top
:
20px
;
top
:
20px
;
left
:
0
;
left
:
0
;
right
:
20px
;
right
:
20px
;
...
...
Write
Preview
Markdown
is supported
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