Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-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
张伯涛
enterprise-serevice-platform-web
Commits
2f61722a
Commit
2f61722a
authored
Oct 19, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一键办事样式修改
parent
fca4814a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
element-ui.scss
src/styles/element-ui.scss
+1
-0
index.vue
src/views/OneClickService/index.vue
+17
-2
No files found.
src/styles/element-ui.scss
View file @
2f61722a
...
...
@@ -434,6 +434,7 @@ label {
// 分页器居右显示
.el-pagination
{
font-weight
:
unset
!
important
;
text-align
:
right
;
}
...
...
src/views/OneClickService/index.vue
View file @
2f61722a
...
...
@@ -32,7 +32,7 @@
>
<div
class=
"os-card"
>
<img
:src=
"item.urlPath"
class=
"os-img"
>
<span
style=
"padding-left: 10px;max-height: 40px;overflow: hidden;width: 155px
"
>
<span
class=
"nameClass
"
>
<div
:title=
"item.title"
>
{{
item
.
title
}}
</div>
</span>
</div>
...
...
@@ -181,9 +181,11 @@ export default {
text-align
:
center
!
important
;
}
.oneClick-service-content
{
padding
:
40px
40px
0
40px
;
padding
:
34px
40px
3px
40px
;
background-color
:
white
;
.os-card
{
color
:
#333333
;
border-radius
:
6px
6px
6px
6px
;
width
:
100%
;
cursor
:
pointer
;
margin-bottom
:
10px
;
...
...
@@ -193,10 +195,20 @@ export default {
border
:
1px
solid
#d6d6d6
;
display
:
inline-flex
;
align-items
:
center
;
.nameClass
{
padding-left
:
10px
;
max-height
:
40px
;
overflow
:
hidden
;
width
:
155px
;
}
.os-img
{
width
:
60px
;
height
:
60px
}
&
:hover
{
color
:
#1A78E5
;
border
:
1px
solid
#1A78E5
;
}
}
}
.oneClick-service-title
{
...
...
@@ -235,6 +247,9 @@ export default {
padding
:
0
25px
;
width
:
149px
;
text-align
:
center
;
&
:hover
{
color
:
#1A78E5
;
}
}
.sf-menu-item
:not
(
:last-of-type
)
{
//border-right: 1px solid rgba(255, 255, 255, 0.7490196078431373);
...
...
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