Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
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
于广洋
style_tool
Commits
c5d1254d
Commit
c5d1254d
authored
Apr 13, 2020
by
cyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update .gitignore
parent
474edc4f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.css
theme/index.css
+3
-1
table.css
theme/table.css
+3
-1
No files found.
theme/index.css
View file @
c5d1254d
...
@@ -18408,6 +18408,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -18408,6 +18408,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
overflow-y: auto; }
overflow-y: auto; }
.el-table thead {
.el-table thead {
color: #333333; }
color: #333333; }
.el-table thead th {
font-weight: 600; }
.el-table thead.is-group th {
.el-table thead.is-group th {
background: #F6F6F6; }
background: #F6F6F6; }
.el-table th, .el-table td {
.el-table th, .el-table td {
...
@@ -18522,7 +18524,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -18522,7 +18524,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table--border th, .el-table--border td {
.el-table--border th, .el-table--border td {
border-right: 1px solid #E0E0E0; }
border-right: 1px solid #E0E0E0; }
.el-table--border th:first-child .cell, .el-table--border td:first-child .cell {
.el-table--border th:first-child .cell, .el-table--border td:first-child .cell {
padding-left:
10
px; }
padding-left:
8
px; }
.el-table--border th.gutter:last-of-type {
.el-table--border th.gutter:last-of-type {
border-bottom: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
border-bottom-width: 1px; }
border-bottom-width: 1px; }
theme/table.css
View file @
c5d1254d
...
@@ -1828,6 +1828,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1828,6 +1828,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
overflow-y
:
auto
;
}
overflow-y
:
auto
;
}
.el-table
thead
{
.el-table
thead
{
color
:
#333333
;
}
color
:
#333333
;
}
.el-table
thead
th
{
font-weight
:
600
;
}
.el-table
thead
.is-group
th
{
.el-table
thead
.is-group
th
{
background
:
#F6F6F6
;
}
background
:
#F6F6F6
;
}
.el-table
th
,
.el-table
td
{
.el-table
th
,
.el-table
td
{
...
@@ -1942,7 +1944,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
...
@@ -1942,7 +1944,7 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
.el-table--border
th
,
.el-table--border
td
{
.el-table--border
th
,
.el-table--border
td
{
border-right
:
1px
solid
#E0E0E0
;
}
border-right
:
1px
solid
#E0E0E0
;
}
.el-table--border
th
:first-child
.cell
,
.el-table--border
td
:first-child
.cell
{
.el-table--border
th
:first-child
.cell
,
.el-table--border
td
:first-child
.cell
{
padding-left
:
10
px
;
}
padding-left
:
8
px
;
}
.el-table--border
th
.gutter
:last-of-type
{
.el-table--border
th
.gutter
:last-of-type
{
border-bottom
:
1px
solid
#E0E0E0
;
border-bottom
:
1px
solid
#E0E0E0
;
border-bottom-width
:
1px
;
}
border-bottom-width
:
1px
;
}
...
...
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