Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
2b0479f0
Commit
2b0479f0
authored
2 years ago
by
WindyWTH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECCS-1675完成
parent
71dbba84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
25 deletions
+8
-25
common.css
src/assets/style/common.css
+0
-25
reset.less
src/assets/style/reset.less
+8
-0
No files found.
src/assets/style/common.css
deleted
100644 → 0
View file @
71dbba84
li
{
list-style
:
none
;
}
*
{
padding
:
0
;
margin
:
0
;
}
button
{
outline
:
none
!important
;
}
button
:focus
{
outline
:
0
!important
;
}
button
::-moz-focus-inner
{
border-color
:
transparent
;
}
/*for mozilla*/
.el-drawer
{
box-shadow
:
none
!important
;
}
.text-overOne
{
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
This diff is collapsed.
Click to expand it.
src/assets/style/reset.less
View file @
2b0479f0
...
@@ -348,3 +348,11 @@ select {
...
@@ -348,3 +348,11 @@ select {
.text-r{
.text-r{
text-align: right;
text-align: right;
}
}
// 文件略缩图hover加个背景 不然图标看不清
.ant-upload-list-picture-card .ant-upload-list-item:hover{
.ant-upload-list-item-info{
background-color: rgba(33, 33, 33, 0.4);
transition: all .3s linear;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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