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
4a4cbd92
Commit
4a4cbd92
authored
Aug 23, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
5ee15d2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
article-insert.vue
src/views/article-management/article-insert.vue
+1
-0
banner_add.vue
src/views/banner_management/banner_add.vue
+1
-0
banner_detail.vue
src/views/banner_management/banner_detail.vue
+1
-0
banner_edit.vue
src/views/banner_management/banner_edit.vue
+1
-0
No files found.
src/views/article-management/article-insert.vue
View file @
4a4cbd92
...
...
@@ -204,6 +204,7 @@ export default {
<
style
lang=
"scss"
scoped
>
//整个页面整体布局
.pet-owner-detail
{
min-height
:
calc
(
100vh
-
100px
);
//最外层嵌套卡片的样式
.box-card
{
//margin: 20px 20px 20px 20px;
...
...
src/views/banner_management/banner_add.vue
View file @
4a4cbd92
...
...
@@ -219,6 +219,7 @@ export default {
}
.banner-container
{
background-color
:
#ffffff
;
min-height
:
calc
(
100vh
-
100px
);
.tip1
{
height
:
30px
;
border-left
:
5px
solid
#5FB54B
;
...
...
src/views/banner_management/banner_detail.vue
View file @
4a4cbd92
...
...
@@ -119,6 +119,7 @@ export default {
}
.banner-container
{
background-color
:
#ffffff
;
min-height
:
calc
(
100vh
-
100px
);
.tip1
{
height
:
30px
;
border-left
:
5px
solid
#5FB54B
;
...
...
src/views/banner_management/banner_edit.vue
View file @
4a4cbd92
...
...
@@ -249,6 +249,7 @@ export default {
}
.banner-container
{
background-color
:
#ffffff
;
min-height
:
calc
(
100vh
-
100px
);
.tip1
{
height
:
30px
;
border-left
:
5px
solid
#5FB54B
;
...
...
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