|
|
|
|
@ -223,9 +223,9 @@ const SystemContentList = (props) => {
|
|
|
|
|
style={{
|
|
|
|
|
width: 192,
|
|
|
|
|
height: 42,
|
|
|
|
|
borderColor: '#3D81FF',
|
|
|
|
|
backgroundColor: '#003AA7',
|
|
|
|
|
borderRadius: 0,
|
|
|
|
|
borderColor: '#fff',
|
|
|
|
|
backgroundColor: 'rgba(88, 88, 88, 0.34)',
|
|
|
|
|
borderRadius: 8,
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: 22,
|
|
|
|
|
fontWeight: 600
|
|
|
|
|
@ -235,8 +235,8 @@ const SystemContentList = (props) => {
|
|
|
|
|
{ value: '环保管理系统', label: '环保管理系统' }
|
|
|
|
|
]}
|
|
|
|
|
dropdownStyle={{
|
|
|
|
|
backgroundColor: '#003AA7',
|
|
|
|
|
borderColor: '#3D81FF'
|
|
|
|
|
backgroundColor: 'rgba(88, 88, 88, 0.54)',
|
|
|
|
|
borderColor: 'rgba(45, 45, 45, 0.22)'
|
|
|
|
|
}}
|
|
|
|
|
popupClassName="custom-select-dropdown"
|
|
|
|
|
className="custom-select"
|
|
|
|
|
@ -246,9 +246,9 @@ const SystemContentList = (props) => {
|
|
|
|
|
<style jsx>{`
|
|
|
|
|
.custom-select .ant-select-selector {
|
|
|
|
|
height: 42px !important;
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
border-color: #3D81FF !important;
|
|
|
|
|
background-color: #003AA7 !important;
|
|
|
|
|
border-radius: 8px !important;
|
|
|
|
|
border-color: #fff !important;
|
|
|
|
|
background-color: rgba(88, 88, 88, 0.34) !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
fontSize: 22px !important;
|
|
|
|
|
fontWeight: 600 !important;
|
|
|
|
|
@ -270,7 +270,7 @@ const SystemContentList = (props) => {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.custom-select-dropdown .ant-select-item-option-selected {
|
|
|
|
|
background-color: #3D81FF !important;
|
|
|
|
|
background-color: rgba(45, 45, 45, 0.22) !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.custom-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected) {
|
|
|
|
|
@ -304,8 +304,8 @@ const SystemContentList = (props) => {
|
|
|
|
|
box-shadow: 0 0 5px 3px rgba(169, 185, 255, 0.33);
|
|
|
|
|
}
|
|
|
|
|
.menuToggleBtn:hover {
|
|
|
|
|
border: 1px solid #3D81FF;
|
|
|
|
|
background: #3D81FF;
|
|
|
|
|
border: 1px solid rgba(61, 129, 255, 0.1);
|
|
|
|
|
background: rgba(61, 129, 255, 0.1);
|
|
|
|
|
color: white;
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|
|
|
|
|
|