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
294c1c46
Commit
294c1c46
authored
Sep 01, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
108708b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
article-management.vue
src/views/article-management/article-management.vue
+6
-2
banner_management.vue
src/views/banner_management/banner_management.vue
+6
-4
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+2
-2
No files found.
src/views/article-management/article-management.vue
View file @
294c1c46
...
...
@@ -560,8 +560,7 @@ export default {
<
/script
>
<
style
lang
=
"scss"
scoped
>
.
app
-
container
{
padding
:
1.5
rem
;
margin
-
bottom
:
0.5
em
;
padding
:
20
px
;
}
/*表格超出行宽省略号显示并悬浮状态显示全文*/
...
...
@@ -594,4 +593,9 @@ export default {
.
el
-
tab
-
pane
{
padding
-
bottom
:
15
px
;
}
::
v
-
deep
.
pagination
-
container
{
padding
:
0
!
important
;
margin
-
top
:
24
px
!
important
;
margin
-
bottom
:
30
px
!
important
;
}
<
/style
>
src/views/banner_management/banner_management.vue
View file @
294c1c46
...
...
@@ -354,10 +354,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.app-container
{
padding-left
:
1
.5rem
;
padding-right
:
1
.5rem
;
padding-top
:
1
.5rem
;
margin-bottom
:
0
.5em
;
padding
:
20px
;
}
//所有表格内容选中后的样式-all
...
...
@@ -388,4 +385,9 @@ export default {
::v-deep
.status-offshelf
{
color
:
#f5aa6c
;
}
::v-deep
.pagination-container
{
padding
:
0
!
important
;
margin-top
:
24px
!
important
;
margin-bottom
:
30px
!
important
;
}
</
style
>
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
294c1c46
...
...
@@ -918,7 +918,7 @@ export default {
}
<
/script
>
<
style
>
<
style
scoped
>
.
custom
-
select
.
el
-
select__tags
-
text
{
max
-
width
:
60
px
;
/* 设置最大宽度 */
overflow
:
hidden
;
...
...
@@ -963,7 +963,6 @@ export default {
.
app
-
container
{
background
-
color
:
#
FFFFFF
;
padding
-
bottom
:
3.4
em
!
important
;
}
::
v
-
deep
.
el
-
dialog
:
not
(.
is
-
fullscreen
)
{
...
...
@@ -973,4 +972,5 @@ export default {
height
:
500
px
;
overflow
-
y
:
auto
;
}
<
/style
>
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