Commit bbbb0874 by honghong

修改日期字体

parent a988d8dc
...@@ -681,4 +681,7 @@ ...@@ -681,4 +681,7 @@
::v-deep .el-table .cell { ::v-deep .el-table .cell {
line-height: normal !important; line-height: normal !important;
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
<el-button <el-button
size="mini" size="mini"
type="primary" type="primary"
@click="handleExport"
style="background: #0187fb; border: none" style="background: #0187fb; border: none"
@click="handleExport"
> >
报表 报表
</el-button> </el-button>
...@@ -294,4 +294,7 @@ ...@@ -294,4 +294,7 @@
::v-deep .el-table td .cell { ::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920); font-size: calc(100vh * 24 / 1920);
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
...@@ -492,4 +492,7 @@ ...@@ -492,4 +492,7 @@
::v-deep .el-table td .cell { ::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920); font-size: calc(100vh * 24 / 1920);
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
...@@ -309,4 +309,7 @@ ...@@ -309,4 +309,7 @@
::v-deep .el-table td .cell { ::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920); font-size: calc(100vh * 24 / 1920);
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
...@@ -587,4 +587,7 @@ ...@@ -587,4 +587,7 @@
::v-deep .el-table td .cell { ::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920); font-size: calc(100vh * 24 / 1920);
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
...@@ -630,4 +630,7 @@ ...@@ -630,4 +630,7 @@
background: #0187fb; background: #0187fb;
border: none; border: none;
} }
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment