Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
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
liyang
sts网站
Commits
8a7f3380
Commit
8a7f3380
authored
Jun 07, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整表头固定列默认样式
parent
945fb282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
ruoyi.scss
ruoyi-ui/src/assets/styles/ruoyi.scss
+10
-6
No files found.
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
8a7f3380
...
@@ -57,12 +57,16 @@
...
@@ -57,12 +57,16 @@
margin-top
:
6vh
!
important
;
margin-top
:
6vh
!
important
;
}
}
.el-table
.el-table__header-wrapper
th
{
.el-table
{
word-break
:
break-word
;
.el-table__header-wrapper
,
.el-table__fixed-header-wrapper
{
background-color
:
#f8f8f9
;
th
{
color
:
#515a6e
;
word-break
:
break-word
;
height
:
40px
;
background-color
:
#f8f8f9
;
font-size
:
13px
;
color
:
#515a6e
;
height
:
40px
;
font-size
:
13px
;
}
}
}
}
/** 表单布局 **/
/** 表单布局 **/
...
...
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