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
03329339
Commit
03329339
authored
Apr 15, 2020
by
cyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签页边框样式修改
parent
ed7738e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
tabs.scss
node_module/element-theme-chalk/src/tabs.scss
+2
-1
index.css
theme/index.css
+2
-1
tabs.css
theme/tabs.css
+2
-1
No files found.
node_module/element-theme-chalk/src/tabs.scss
View file @
03329339
...
...
@@ -2,7 +2,8 @@
@import
"common/var"
;
@include
b
(
tabs
)
{
border
:
1px
solid
$--border-color-base
;
border
:
1px
solid
#D7D8D9
;
border-radius
:
3px
;
>
.el-tabs__content
{
padding
:
0
8px
8px
8px
;
}
...
...
theme/index.css
View file @
03329339
...
...
@@ -32692,7 +32692,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-tabs {
border: 1px solid #E4E4E4; }
border: 1px solid #D7D8D9;
border-radius: 3px; }
.el-tabs > .el-tabs__content {
padding: 0 8px 8px 8px; }
.el-tabs__header {
theme/tabs.css
View file @
03329339
...
...
@@ -263,7 +263,8 @@ $--checkbox-disabled-checked-icon-color: $--disabled-fill-base !default;*/
/* Break-point
--------------------------*/
.el-tabs
{
border
:
1px
solid
#E4E4E4
;
}
border
:
1px
solid
#D7D8D9
;
border-radius
:
3px
;
}
.el-tabs
>
.el-tabs__content
{
padding
:
0
8px
8px
8px
;
}
.el-tabs__header
{
...
...
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