Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
syntax_j
mycard
Commits
605ef650
Commit
605ef650
authored
Sep 02, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update expansions table style
parent
0a69b379
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
app/app-detail.component.css
app/app-detail.component.css
+10
-0
app/app-detail.component.html
app/app-detail.component.html
+1
-1
No files found.
app/app-detail.component.css
View file @
605ef650
...
...
@@ -233,11 +233,21 @@ table.expansions thead {
color
:
#ffffff
;
background-color
:
#5bc0de
;
}
table
.expansions
th
{
width
:
auto
;
vertical-align
:
middle
;
}
table
.expansions
td
{
line-height
:
220%
;
vertical-align
:
middle
;
}
table
.expansions
thead
th
:first-child
{
border-top-left-radius
:
5px
;
width
:
5%
;
}
table
.expansions
thead
th
:last-child
{
border-top-right-radius
:
5px
;
width
:
20%
;
}
table
.expansions
tr
:last-child
td
:first-child
{
border-bottom-left-radius
:
5px
;
...
...
app/app-detail.component.html
View file @
605ef650
...
...
@@ -156,7 +156,7 @@
<div
*ngIf=
"currentApp.isReady()"
>
<div
class=
"panel"
*ngIf=
"mods && mods.length"
>
<h2
i18n
>
扩展
</h2>
<h2
i18n
>
扩展
/运行库
</h2>
<table
class=
"table table-striped expansions"
>
<thead>
<tr>
...
...
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