8.26
This commit is contained in:
@ -2,10 +2,12 @@
|
||||
.common {
|
||||
padding: 0px 24px;
|
||||
}
|
||||
|
||||
//操作栏颜色
|
||||
.operation {
|
||||
// margin-right: 8px;
|
||||
}
|
||||
|
||||
// .card-title-button .ant-card-head-title {
|
||||
// padding: 10px 0px;
|
||||
// }
|
||||
@ -17,15 +19,18 @@
|
||||
color: #b30000;
|
||||
// margin-right: 8px;
|
||||
}
|
||||
|
||||
.revenue .ant-tabs-content-holder {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.revenue .ant-tabs-top > .ant-tabs-nav,
|
||||
.ant-tabs-bottom > .ant-tabs-nav,
|
||||
.ant-tabs-top > div > .ant-tabs-nav,
|
||||
.ant-tabs-bottom > div > .ant-tabs-nav {
|
||||
|
||||
.revenue .ant-tabs-top>.ant-tabs-nav,
|
||||
.ant-tabs-bottom>.ant-tabs-nav,
|
||||
.ant-tabs-top>div>.ant-tabs-nav,
|
||||
.ant-tabs-bottom>div>.ant-tabs-nav {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// .ant-pro-card-body {
|
||||
// padding: 0;
|
||||
// }
|
||||
@ -33,17 +38,21 @@
|
||||
.confirm .ant-pro-table .ant-pro-table-search {
|
||||
padding: 16px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.notice .ant-pro-table-list-toolbar-container {
|
||||
padding: 0px 0px 16px;
|
||||
}
|
||||
|
||||
.erf-title-flex {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.erf-title-left {
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.erf-delete {
|
||||
color: #1890ff !important;
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
@ -55,6 +64,7 @@
|
||||
font-weight: 600;
|
||||
line-height: 56px;
|
||||
}
|
||||
|
||||
.CM_span {
|
||||
text-indent: 2em;
|
||||
// line-height: 24px;
|
||||
@ -79,10 +89,12 @@
|
||||
float: left;
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
//日历组件专用样式
|
||||
.calendar-dashboard .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
|
||||
margin: 0 0 1px 1px;
|
||||
padding: 0px 8px 0px;
|
||||
@ -93,6 +105,7 @@
|
||||
border-right: 1px solid #f0f0f0;
|
||||
border-radius: 0px
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
|
||||
position: static;
|
||||
width: auto;
|
||||
@ -102,34 +115,42 @@
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
line-height: 1.5715;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
|
||||
background: #fff1f0;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
|
||||
border-color: #b30000;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
|
||||
padding: 0 0px 5px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-tag {
|
||||
margin-right: 0px;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.calendar-dashboard .ant-picker-cell {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.notice-detail-html p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.notice-detail-file {
|
||||
font-size: 17px;
|
||||
color: #7c7c7c;
|
||||
@ -138,26 +159,38 @@
|
||||
top: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.notice-detail-noticefile {
|
||||
margin-top: 20px;
|
||||
|
||||
.ant-spin-nested-loading {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.baseinf-top {
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.baseinf-bottom-btn {
|
||||
margin-top: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calibration-panel {
|
||||
.ant-collapse-content-box {
|
||||
padding: 0px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.question-form .ant-space {
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
.table-no-alert {
|
||||
.ant-pro-table-alert {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user