Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
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
station
amos-convertor-view
Commits
5c7233ce
Commit
5c7233ce
authored
Jun 25, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重点设备样式修改
parent
4b021f17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
4 deletions
+62
-4
equipment.scss
src/styles/view/biz/equipmentLedger/equipment.scss
+59
-3
var.scss
src/styles/view/var.scss
+2
-0
ImportFile.js
src/view/bizview/common/biz/ImportFile.js
+1
-1
No files found.
src/styles/view/biz/equipmentLedger/equipment.scss
View file @
5c7233ce
...
@@ -49,10 +49,10 @@
...
@@ -49,10 +49,10 @@
.ant-table-tbody
{
.ant-table-tbody
{
.highlight-row
{
.highlight-row
{
background
:
#ecf6fd
;
background
:
$table-highlight-row
;
&
:hover
{
&
:hover
{
background
:
#ecf6fd
;
background
:
$table-highlight-row
;
}
}
}
}
...
@@ -205,12 +205,21 @@
...
@@ -205,12 +205,21 @@
width
:
60%
!
important
;
width
:
60%
!
important
;
height
:
76%
;
height
:
76%
;
.amos-upload-select-picture-card
{
background
:
$card-backgtround
;
}
.amos-modal-close
{
height
:
4%
;
}
.amos-modal-header
{
.amos-modal-header
{
// background: #f2f2f2;
// background: #f2f2f2;
height
:
4%
;
}
}
.amos-modal-content
{
.amos-modal-content
{
height
:
8
2
%
;
height
:
8
9
%
;
max-height
:
none
;
max-height
:
none
;
padding-top
:
1rem
;
padding-top
:
1rem
;
...
@@ -218,6 +227,10 @@
...
@@ -218,6 +227,10 @@
padding-bottom
:
1rem
;
padding-bottom
:
1rem
;
text-align
:
right
;
text-align
:
right
;
.ant-select-selection
{
background-color
:
$card-backgtround
;
border
:
$page-border-style
;
}
.amos-idropdown-toggle
{
.amos-idropdown-toggle
{
margin-right
:
1rem
;
margin-right
:
1rem
;
text-align
:
left
;
text-align
:
left
;
...
@@ -230,10 +243,41 @@
...
@@ -230,10 +243,41 @@
min-width
:
42px
;
min-width
:
42px
;
}
}
}
}
.ant-select-tree-node-content-wrapper
{
background
:
none
;
span
{
color
:
$content-color
;
display
:
flex
;
}
&
:hover
{
background
:
$select-tree-hover
;
}
&
.ant-select-tree-node-selected
{
background
:
$select-tree-hover
;
}
}
.ant-select-not-found
{
color
:
$content-color
;
}
.ant-select-tree-dropdown
.ant-select-dropdown-search
.ant-select-search__field
{
background
:
none
;
border
:
$page-border-style
;
}
.ant-select-tree
li
span
.ant-select-tree-switcher
{
color
:
$content-color
;
}
}
}
.amos-modal-footer
{
.amos-modal-footer
{
// background: #f2f2f2;
// background: #f2f2f2;
height
:
7%
;
}
}
}
}
...
@@ -327,4 +371,16 @@
...
@@ -327,4 +371,16 @@
}
}
}
}
.custom-eb-modal
{
.amos-modal-container
{
.amos-modal-header
{
.amos-modal-title
{
color
:
white
;
}
}
}
.amos-modal-footer
{
border
:
$page-border-style
;
}
}
src/styles/view/var.scss
View file @
5c7233ce
...
@@ -81,3 +81,5 @@ $table-highlight-row: #4f7e9f;
...
@@ -81,3 +81,5 @@ $table-highlight-row: #4f7e9f;
$button-hover
:
rgba
(
30
,
72
,
142
,
0
.7
);
$button-hover
:
rgba
(
30
,
72
,
142
,
0
.7
);
$header-button
:
#052152
;
$header-button
:
#052152
;
$div-header-background
:
#1f5383
;
$div-header-background
:
#1f5383
;
$card-backgtround
:
#06153e
;
$select-tree-hover
:
#084bb0
;
src/view/bizview/common/biz/ImportFile.js
View file @
5c7233ce
...
@@ -63,7 +63,7 @@ class ImportFile extends Component {
...
@@ -63,7 +63,7 @@ class ImportFile extends Component {
const
{
visible
,
form
,
title
,
rules
}
=
this
.
state
;
const
{
visible
,
form
,
title
,
rules
}
=
this
.
state
;
return
(
return
(
<
Modal
<
Modal
modalClass
=
""
modalClass
=
"
custom-eb-modal
"
width
=
{
450
}
width
=
{
450
}
visible
=
{
visible
}
visible
=
{
visible
}
onCancel
=
{
this
.
onCancel
}
onCancel
=
{
this
.
onCancel
}
...
...
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