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
79bdb851
Commit
79bdb851
authored
Sep 01, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b2dd5440
ce3f0360
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
9 deletions
+21
-9
imgUploadForBanner.vue
src/components/ImageUpload/imgUploadForBanner.vue
+5
-0
article-insert.vue
src/views/article-management/article-insert.vue
+1
-0
article-management.vue
src/views/article-management/article-management.vue
+6
-2
banner_add.vue
src/views/banner_management/banner_add.vue
+1
-1
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/components/ImageUpload/imgUploadForBanner.vue
View file @
79bdb851
...
...
@@ -419,5 +419,10 @@ export default {
height
:
22px
;
}
}
::v-deep
.el-upload__tip
{
padding-top
:
10px
!
important
;
line-height
:
0
!
important
;
font-weight
:
bold
;
}
</
style
>
src/views/article-management/article-insert.vue
View file @
79bdb851
...
...
@@ -196,6 +196,7 @@ export default {
listArticle
(
search
).
then
(
res
=>
{
if
(
res
.
total
>
0
)
{
this
.
$message
.
error
(
'权重已存在'
)
this
.
submitLoading
=
false
}
else
{
addArticle
(
this
.
form
).
then
(
response
=>
{
this
.
$message
({
...
...
src/views/article-management/article-management.vue
View file @
79bdb851
...
...
@@ -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_add.vue
View file @
79bdb851
...
...
@@ -105,7 +105,7 @@ export default {
if
(
!
value
||
value
.
length
===
0
)
{
console
.
log
(
'触发必填'
,
value
.
length
)
this
.
showImgTips
=
false
callback
(
new
Error
(
'请上传jpg/jpeg/png文件
请
,且不超过20Mb'
))
callback
(
new
Error
(
'请上传jpg/jpeg/png文件,且不超过20Mb'
))
}
else
{
this
.
showImgTips
=
false
callback
()
...
...
src/views/banner_management/banner_management.vue
View file @
79bdb851
...
...
@@ -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 @
79bdb851
...
...
@@ -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