Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
ff1a4fe0
Commit
ff1a4fe0
authored
Jun 29, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码规范修复
parent
b9ff1d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
article-insert.vue
src/views/article-management/article-insert.vue
+2
-8
No files found.
src/views/article-management/article-insert.vue
View file @
ff1a4fe0
...
...
@@ -112,9 +112,7 @@ export default {
// 状态位
articleStatus
:
'0'
,
// 创建时间
articleCreateTime
:
''
,
// 文章内容
articleContent
:
''
articleCreateTime
:
''
},
// 提交中状态
submitLoading
:
false
,
...
...
@@ -167,8 +165,6 @@ export default {
},
/** 提交按钮 */
submitForm
()
{
const
filteredContent
=
this
.
removePTags
(
this
.
form
)
console
.
log
(
filteredContent
)
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
if
(
valid
)
{
this
.
submitLoading
=
true
...
...
@@ -260,7 +256,6 @@ export default {
display
:
flex
;
text-align
:
left
;
}
::v-deep
.el-card__body
{
padding
:
unset
!
important
;
}
...
...
@@ -273,9 +268,8 @@ export default {
color
:
#333333
;
line-height
:
24px
;
}
//最上方文字样式
.top-title-style
{
.top-title-style
{
font-size
:
24px
;
font-family
:
Microsoft
YaHei-Bold
,
Microsoft
YaHei
;
font-weight
:
bold
;
...
...
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