|
|
@@ -601,8 +601,8 @@ function getSafeDayChartOption(): echarts.EChartsOption {
|
|
|
yAxis: {
|
|
|
type: 'value',
|
|
|
name: '安全生产天数',
|
|
|
- // nameLocation: 'end',
|
|
|
- nameGap: 0,
|
|
|
+ nameLocation: 'middle',
|
|
|
+ nameGap: 45,
|
|
|
|
|
|
nameTextStyle: {
|
|
|
color: '#657897',
|
|
|
@@ -1080,7 +1080,7 @@ onUnmounted(() => {
|
|
|
<div v-if="activeSummaryTab === 'home'" class="summary-toolbar__date">
|
|
|
<span class="summary-toolbar__date-label">日期:</span>
|
|
|
|
|
|
- <div class="flex items-center gap-2">
|
|
|
+ <div class="flex items-center gap-2 datepicker">
|
|
|
<el-date-picker
|
|
|
v-model="timeVal"
|
|
|
:teleport="true"
|
|
|
@@ -1896,19 +1896,13 @@ onUnmounted(() => {
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
-// :deep(.el-table) {
|
|
|
-// --el-table-header-bg-color: rgba(248, 251, 255, 0.95);
|
|
|
-// --el-table-row-hover-bg-color: rgba(79, 141, 255, 0.06);
|
|
|
-// border-radius: 14px;
|
|
|
+// :deep(.el-input__inner) {
|
|
|
+// font-size: 14px !important;
|
|
|
+// border: none !important;
|
|
|
+// font-size: 14px !important;
|
|
|
// }
|
|
|
|
|
|
-:deep(.el-input__inner) {
|
|
|
- font-size: 14px !important;
|
|
|
- border: none !important;
|
|
|
- font-size: 14px !important;
|
|
|
-}
|
|
|
-
|
|
|
-:deep(.el-input__wrapper) {
|
|
|
+:deep(.datepicker .el-input__wrapper) {
|
|
|
background: transparent !important;
|
|
|
border: none !important;
|
|
|
font-size: 14px !important;
|