Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
b3cc10ee
Commit
b3cc10ee
authored
Jan 29, 2023
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[style](能力卡片,表格): 样式优化
parent
c1a02534
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
12 deletions
+17
-12
src/bg-ui/index.scss
src/bg-ui/index.scss
+14
-11
src/components/ability-card.vue
src/components/ability-card.vue
+3
-1
No files found.
src/bg-ui/index.scss
View file @
b3cc10ee
...
@@ -644,17 +644,20 @@ a {
...
@@ -644,17 +644,20 @@ a {
&
:
:
before
{
&
:
:
before
{
display
:
none
;
display
:
none
;
}
}
.empty_container
{
.el-table__empty-block
{
height
:
500px
;
height
:
500px
!
important
;
padding-top
:
247px
;
.empty_container
{
img
{
height
:
500px
;
width
:
257px
;
padding-top
:
247px
;
height
:
145px
;
img
{
}
width
:
257px
;
.text
{
height
:
145px
;
font-size
:
16px
;
}
color
:
#616f94
;
.text
{
line-height
:
1
;
font-size
:
16px
;
color
:
#616f94
;
line-height
:
1
;
}
}
}
}
}
th
,
th
,
...
...
src/components/ability-card.vue
View file @
b3cc10ee
...
@@ -17,7 +17,9 @@
...
@@ -17,7 +17,9 @@
</div>
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"name"
>
<div
class=
"name"
>
<span
class=
"ability_name"
>
{{
props
.
item
.
ability_name
}}
</span>
<el-tooltip
class=
"box-item"
effect=
"light"
:content=
"props.item.ability_name"
placement=
"top"
>
<span
class=
"ability_name"
>
{{
props
.
item
.
ability_name
}}
</span>
</el-tooltip>
<span
class=
"icon_box openness"
:class=
"openClassObj[props.item.openness_id]"
>
{{
props
.
item
.
openness
}}
</span>
<span
class=
"icon_box openness"
:class=
"openClassObj[props.item.openness_id]"
>
{{
props
.
item
.
openness
}}
</span>
<span
class=
"icon_box mock"
v-if=
"props.item.include_mock_service"
>
mock
</span>
<span
class=
"icon_box mock"
v-if=
"props.item.include_mock_service"
>
mock
</span>
</div>
</div>
...
...
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