forked from github/dataease
fix: 拼写报错
This commit is contained in:
parent
7169c34d45
commit
58e2c74fec
@ -1313,7 +1313,7 @@ defineExpose({
|
||||
class="setting"
|
||||
:class="
|
||||
['yearrange', 'monthrange'].includes(curComponent.timeGranularityMultiple) &&
|
||||
'is-yaer-month-range'
|
||||
'is-year-month-range'
|
||||
"
|
||||
>
|
||||
<div class="setting-label">开始时间</div>
|
||||
@ -1346,7 +1346,7 @@ defineExpose({
|
||||
class="setting"
|
||||
:class="
|
||||
['yearrange', 'monthrange'].includes(curComponent.timeGranularityMultiple) &&
|
||||
'is-yaer-month-range'
|
||||
'is-year-month-range'
|
||||
"
|
||||
>
|
||||
<div class="setting-label">结束时间</div>
|
||||
@ -1768,7 +1768,7 @@ defineExpose({
|
||||
}
|
||||
}
|
||||
|
||||
&.is-yaer-month-range {
|
||||
&.is-year-month-range {
|
||||
.setting-input {
|
||||
&.with-date {
|
||||
.ed-input-number,
|
||||
|
Loading…
Reference in New Issue
Block a user