更改登录界面、导航菜单背景、分页组件UI以及文件上传后回调刷新列表bug修复
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -16,12 +16,14 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'MyCustomFont2';
|
font-family: 'MyCustomFont2';
|
||||||
src: url('~@/assets/less/锐字潮牌真言简2.0免费 特粗(REEJI-ZhenyanGB2.0-Black).ttf') format('truetype');
|
src: url('~@/assets/less/锐字潮牌真言简2.0免费 特粗(REEJI-ZhenyanGB2.0-Black).ttf') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'MyCustomFont3';
|
font-family: 'MyCustomFont3';
|
||||||
src: url('~@/assets/less/锐字潮牌真言简2.0免费 常规(REEJI-ZhenyanGB2.0-Regular).ttf') format('truetype');
|
src: url('~@/assets/less/锐字潮牌真言简2.0免费 常规(REEJI-ZhenyanGB2.0-Regular).ttf') format('truetype');
|
||||||
|
@ -36,15 +38,18 @@ body{
|
||||||
.datanum {
|
.datanum {
|
||||||
font-family: 'MyCustomFont2', sans-serif;
|
font-family: 'MyCustomFont2', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.analysisBG .num {
|
.analysisBG .num {
|
||||||
font-family: 'MyCustomFont1', sans-serif;
|
font-family: 'MyCustomFont1', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.echartsTitle {
|
.echartsTitle {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
background: linear-gradient(90deg, #788095, #c5cad6);
|
background: linear-gradient(90deg, #788095, #c5cad6);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
|
|
||||||
.ecicon {
|
.ecicon {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
@ -89,6 +94,7 @@ body{
|
||||||
.ant-col {
|
.ant-col {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
// 打开滚动条固定显示
|
// 打开滚动条固定显示
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -130,6 +136,7 @@ body {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
height: 130px !important;
|
height: 130px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-nowTime {
|
.header-nowTime {
|
||||||
background-image: url('~@/assets/img/header_bg.png') !important;
|
background-image: url('~@/assets/img/header_bg.png') !important;
|
||||||
background-size: 100% 66px;
|
background-size: 100% 66px;
|
||||||
|
@ -141,6 +148,7 @@ body {
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
@ -316,6 +324,7 @@ ul li {
|
||||||
.ant-checkbox-inner {
|
.ant-checkbox-inner {
|
||||||
border-color: @bordercolor !important;
|
border-color: @bordercolor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-bordered,
|
.ant-card-bordered,
|
||||||
.ant-pagination-item,
|
.ant-pagination-item,
|
||||||
.ant-pagination-item-active,
|
.ant-pagination-item-active,
|
||||||
|
@ -327,19 +336,21 @@ ul li {
|
||||||
|
|
||||||
.ant-pagination-item-active a,
|
.ant-pagination-item-active a,
|
||||||
.ant-pagination-item a:hover {
|
.ant-pagination-item a:hover {
|
||||||
background-color: #2989CC !important;
|
background-color: #1671DB !important;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-pagination-prev .ant-pagination-item-link,
|
.ant-pagination-prev .ant-pagination-item-link,
|
||||||
.ant-pagination-next .ant-pagination-item-link
|
.ant-pagination-next .ant-pagination-item-link {
|
||||||
{
|
|
||||||
color: #40a9ff;
|
color: #40a9ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-radio-wrapper,
|
.ant-radio-wrapper,
|
||||||
.ant-input-affix-wrapper .ant-input-prefix,
|
.ant-input-affix-wrapper .ant-input-prefix,
|
||||||
.ant-input-affix-wrapper .ant-input-suffix,
|
.ant-input-affix-wrapper .ant-input-suffix,
|
||||||
.ant-pagination-disabled .ant-pagination-item-link,
|
.ant-pagination-disabled .ant-pagination-item-link,
|
||||||
.ant-pagination-item a,
|
.ant-pagination-item a
|
||||||
.ant-empty-normal,
|
.ant-empty-normal,
|
||||||
.border-card:hover,
|
.border-card:hover,
|
||||||
.ant-tabs-tab:hover,
|
.ant-tabs-tab:hover,
|
||||||
|
@ -356,6 +367,7 @@ ul li {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: @fontfamily;
|
font-family: @fontfamily;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-breadcrumb>span:last-child {
|
.ant-breadcrumb>span:last-child {
|
||||||
color: #00c3ff !important;
|
color: #00c3ff !important;
|
||||||
}
|
}
|
||||||
|
@ -633,7 +645,7 @@ textarea,
|
||||||
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
|
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
|
||||||
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
|
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
|
||||||
color: @defaultWhiteColor !important;
|
color: @defaultWhiteColor !important;
|
||||||
min-height: 38px;
|
min-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:not(.ant-calendar-input):not(.ant-calendar-range-picker-input):not(.ant-select-search__field):not(.ant-input-lg),
|
input:not(.ant-calendar-input):not(.ant-calendar-range-picker-input):not(.ant-select-search__field):not(.ant-input-lg),
|
||||||
|
@ -761,11 +773,12 @@ textarea,
|
||||||
.ant-tree-node-content-wrapper {
|
.ant-tree-node-content-wrapper {
|
||||||
color: @labelDeaultColor !important;
|
color: @labelDeaultColor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,
|
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected,
|
||||||
.ant-tree li .ant-tree-node-content-wrapper:hover
|
.ant-tree li .ant-tree-node-content-wrapper:hover {
|
||||||
{
|
|
||||||
color: rgba(0, 0, 0, 0.65) !important;
|
color: rgba(0, 0, 0, 0.65) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-notification-notice-icon-error {
|
.ant-notification-notice-icon-error {
|
||||||
color: #f5222d !important;
|
color: #f5222d !important;
|
||||||
}
|
}
|
||||||
|
@ -785,6 +798,7 @@ textarea,
|
||||||
.ant-notification-notice-icon-error {
|
.ant-notification-notice-icon-error {
|
||||||
color: #f5222d !important;
|
color: #f5222d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userrolemodel {
|
.userrolemodel {
|
||||||
|
|
||||||
.ant-tree-node-content-wrapper,
|
.ant-tree-node-content-wrapper,
|
||||||
|
@ -846,6 +860,7 @@ textarea,
|
||||||
.ant-menu-horizontal .ant-menu-item-active {
|
.ant-menu-horizontal .ant-menu-item-active {
|
||||||
background-image: url('~@/assets/img/menuSelect.png') !important;
|
background-image: url('~@/assets/img/menuSelect.png') !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-dark .ant-menu-sub {
|
.ant-menu-dark .ant-menu-sub {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
@ -855,11 +870,13 @@ textarea,
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border-bottom: 1px dotted #00CBFF;
|
border-bottom: 1px dotted #00CBFF;
|
||||||
}
|
}
|
||||||
.ant-menu-submenu, .ant-menu-submenu-inline
|
|
||||||
{
|
.ant-menu-submenu,
|
||||||
|
.ant-menu-submenu-inline {
|
||||||
transition: 0 !important;
|
transition: 0 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-vertical .ant-menu-item,
|
.ant-menu-vertical .ant-menu-item,
|
||||||
.ant-menu-submenu.ant-menu-submenu-vertical {
|
.ant-menu-submenu.ant-menu-submenu-vertical {
|
||||||
// background-image: url('~@/assets/img/MenuSecDefault.png');
|
// background-image: url('~@/assets/img/MenuSecDefault.png');
|
||||||
|
@ -875,8 +892,8 @@ textarea,
|
||||||
padding: 0 0 0 20px !important;
|
padding: 0 0 0 20px !important;
|
||||||
border-top: 1px dotted #00CBFF;
|
border-top: 1px dotted #00CBFF;
|
||||||
}
|
}
|
||||||
.ant-menu-item > a > span
|
|
||||||
{
|
.ant-menu-item>a>span {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -912,21 +929,25 @@ textarea,
|
||||||
background: #1671DB !important;
|
background: #1671DB !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal-title {
|
.ant-modal-title {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
font-family: 'MyCustomFont2', sans-serif;
|
font-family: 'MyCustomFont2', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-wrapper {
|
.result-wrapper {
|
||||||
background: rgb(15, 41, 61) !important;
|
background: rgb(15, 41, 61) !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
height: 360px;
|
height: 360px;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
font-family: 'MyCustomFont3', sans-serif;
|
font-family: 'MyCustomFont3', sans-serif;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal-footer {
|
.ant-modal-footer {
|
||||||
border-top: none !important;
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
|
@ -974,7 +995,9 @@ textarea,
|
||||||
.ant-menu-inline .ant-menu-submenu-title {
|
.ant-menu-inline .ant-menu-submenu-title {
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
.ant-menu-item .anticon, .ant-menu-submenu-title .anticon{
|
|
||||||
|
.ant-menu-item .anticon,
|
||||||
|
.ant-menu-submenu-title .anticon {
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1029,6 +1052,7 @@ tr.ant-table-expanded-row:hover {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-divider {
|
.ant-divider {
|
||||||
background: #00A2FF !important;
|
background: #00A2FF !important;
|
||||||
}
|
}
|
||||||
|
@ -1085,6 +1109,7 @@ tr.ant-table-expanded-row:hover {
|
||||||
.ant-table-tbody>tr>td {
|
.ant-table-tbody>tr>td {
|
||||||
color: @tableColor !important;
|
color: @tableColor !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-align-center,
|
.ant-table-align-center,
|
||||||
.ant-table-thead tr th {
|
.ant-table-thead tr th {
|
||||||
background: @tableheadBgColor !important;
|
background: @tableheadBgColor !important;
|
||||||
|
|
|
@ -110,7 +110,6 @@
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 工具栏
|
// 工具栏
|
||||||
.j-vxe-toolbar {
|
.j-vxe-toolbar {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
@ -328,5 +327,3 @@
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,7 @@ import SliceUpload from './SliceUpload'
|
||||||
this.visible = false;
|
this.visible = false;
|
||||||
},
|
},
|
||||||
handleOk () {
|
handleOk () {
|
||||||
|
this.$parent.searchgetFileList();
|
||||||
this.close();
|
this.close();
|
||||||
},
|
},
|
||||||
handleCancel () {
|
handleCancel () {
|
||||||
|
|
|
@ -303,8 +303,8 @@ export default {
|
||||||
.header {
|
.header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top:200px;
|
top: 160px;
|
||||||
left:1218px;
|
left: 1230px;
|
||||||
.title {
|
.title {
|
||||||
font-family: 'REEJI-FlashSansGB-Flash-Heavy';
|
font-family: 'REEJI-FlashSansGB-Flash-Heavy';
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
|