Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
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
yaru
fgqyxxlr
Commits
cb32d5cc
Commit
cb32d5cc
authored
Apr 23, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增表格参数(是否显示全屏按钮showFullscreen)
parent
14bb9f3c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
+0
-0
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
+10
-0
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
+1
-0
No files found.
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-table/bootstrap-table.min.js
View file @
cb32d5cc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
View file @
cb32d5cc
...
...
@@ -900,6 +900,16 @@ label {
z-index
:
100
;
}
/** 表格全屏样式 **/
.bootstrap-table.fullscreen
{
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
1050
;
width
:
100%
!important
;
background
:
#FFF
;
}
/** 表格树样式 **/
.bootstrap-tree-table
.treetable-indent
{
width
:
16px
;
height
:
16px
;
display
:
inline-block
;
position
:
relative
;}
.bootstrap-tree-table
.treetable-expander
{
width
:
16px
;
height
:
16px
;
display
:
inline-block
;
position
:
relative
;
cursor
:
pointer
;}
...
...
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js
View file @
cb32d5cc
...
...
@@ -105,6 +105,7 @@ var table = {
showToggle
:
options
.
showToggle
,
// 是否显示详细视图和列表视图的切换按钮
showExport
:
options
.
showExport
,
// 是否支持导出文件
showHeader
:
options
.
showHeader
,
// 是否显示表头
showFullscreen
:
options
.
showFullscreen
,
// 是否显示全屏按钮
uniqueId
:
options
.
uniqueId
,
// 唯 一的标识符
clickToSelect
:
options
.
clickToSelect
,
// 是否启用点击选中行
singleSelect
:
options
.
singleSelect
,
// 是否单选checkbox
...
...
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