Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
9dc8d5c6
Commit
9dc8d5c6
authored
Aug 24, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 列表多选禁用
parent
cc570313
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
index.css
theme/index.css
+26
-3
No files found.
theme/index.css
View file @
9dc8d5c6
...
...
@@ -81851,11 +81851,34 @@
margin
:
0
auto
;
border-radius
:
18px
;
}
.cell-disabled
{
/**
*表格多选项禁用
*/
.cell-disabled
{
pointer-events
:
none
;
opacity
:
0.8
;
font-size
:
0
;
}
.font-size-zero
{
font-size
:
0
;
}
\ No newline at end of file
}
.damolish
.cell-disabled
.el-checkbox.is-checked
.el-checkbox__input
:not
(
.is-disabled
)
.el-checkbox__inner
{
background-color
:
#F7F8FA
;
border-color
:
#C4C6CF
;
}
.damolish
.cell-disabled
.el-checkbox
.el-checkbox__input
.el-checkbox__inner
::after
{
border-color
:
#C0C4CC
;
}
@keyframes
checkboxClick
{
0
%
{
box-shadow
:
0
0
0
3px
rgba
(
47
,
84
,
237
,
0.1
);
background-color
:
#F7F8FA
;
}
100
%
{
box-shadow
:
0
0
0
7px
rgba
(
47
,
84
,
237
,
0
);
}
}
.damolish
.cell-disabled
.el-checkbox__input.is-checked
:not
(
.is-disabled
)
.el-checkbox__inner
{
animation
:
0.5s
checkboxClick
;
}
\ No newline at end of file
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