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
9f11340c
Commit
9f11340c
authored
Jun 11, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度信息模块封装ui代码优化
parent
bcd01641
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
article-detail.vue
src/views/article-management/article-detail.vue
+1
-1
article-edit.vue
src/views/article-management/article-edit.vue
+2
-2
article-insert.vue
src/views/article-management/article-insert.vue
+2
-2
No files found.
src/views/article-management/article-detail.vue
View file @
9f11340c
...
@@ -79,7 +79,7 @@ color: #333333;"
...
@@ -79,7 +79,7 @@ color: #333333;"
</div>
</div>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"resetBtn"
@
click=
"goBack"
>
返回
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-back"
@
click=
"goBack"
>
返回
</el-button>
</div>
</div>
</div>
</div>
</el-card>
</el-card>
...
...
src/views/article-management/article-edit.vue
View file @
9f11340c
...
@@ -58,8 +58,8 @@ color: #333333;"
...
@@ -58,8 +58,8 @@ color: #333333;"
</div>
</div>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
class=
"queryBtn"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
class=
"queryBtn"
icon=
"el-icon-check"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
class=
"resetBtn"
@
click=
"goBack"
>
返回
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-back"
@
click=
"goBack"
>
返回
</el-button>
</div>
</div>
</div>
</div>
</el-card>
</el-card>
...
...
src/views/article-management/article-insert.vue
View file @
9f11340c
...
@@ -57,8 +57,8 @@ color: #333333;"
...
@@ -57,8 +57,8 @@ color: #333333;"
</div>
</div>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
:loading=
"submitLoading"
class=
"queryBtn"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
:loading=
"submitLoading"
icon=
"el-icon-check"
class=
"queryBtn"
@
click=
"submitForm"
>
提交
</el-button>
<el-button
class=
"resetBtn"
@
click=
"goBack"
>
返回
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-back"
@
click=
"goBack"
>
返回
</el-button>
</div>
</div>
</div>
</div>
</el-card>
</el-card>
...
...
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