|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <com-head :options="[{ name: '数据统计', value: '1' }]" class="frame-head">
|
|
|
+ <com-head :options="[{ name: '数据统计', value: '1' }]" class="static-head frame-head">
|
|
|
<el-form label-width="84px">
|
|
|
<el-form-item label="统计区间:" style="grid-area: 1/1/2/2">
|
|
|
<p style="margin-top: -6px">{{ range }}</p>
|
|
@@ -158,8 +158,14 @@ onUnmounted(() => window.removeEventListener("resize", resize));
|
|
|
</style>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-.el-range-separator {
|
|
|
- display: initial !important;
|
|
|
- line-height: 38px;
|
|
|
+.static-head {
|
|
|
+ .el-range-separator {
|
|
|
+ display: initial !important;
|
|
|
+ line-height: 38px;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .el-date-editor--daterange::after {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|