Commit bbbb0874 by honghong

修改日期字体

parent a988d8dc
......@@ -681,4 +681,7 @@
::v-deep .el-table .cell {
line-height: normal !important;
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style>
......@@ -59,8 +59,8 @@
<el-button
size="mini"
type="primary"
@click="handleExport"
style="background: #0187fb; border: none"
@click="handleExport"
>
报表
</el-button>
......@@ -294,4 +294,7 @@
::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920);
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style>
......@@ -492,4 +492,7 @@
::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920);
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style>
......@@ -309,4 +309,7 @@
::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920);
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style>
......@@ -587,4 +587,7 @@
::v-deep .el-table td .cell {
font-size: calc(100vh * 24 / 1920);
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</style>
......@@ -630,4 +630,7 @@
background: #0187fb;
border: none;
}
::v-deep .el-date-editor .el-range-input {
font-size: calc(100vh * 24 / 1920);
}
</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