|
|
@@ -304,7 +304,7 @@
|
|
|
<DatePickerPop type="daterange" clearable size="small" :editable="true"
|
|
|
transfer v-model="accDate"
|
|
|
placement="bottom-end" @on-change="(val) => btnDatePickerOk(val)"
|
|
|
- style="width:218px" :short-cut-flag="true"></DatePickerPop>
|
|
|
+ style="width:218px; margin: 0px 0px 10px 0px" :short-cut-flag="true"></DatePickerPop>
|
|
|
</div>
|
|
|
<Tooltip style="cursor: pointer" slot="extra" :content="$v('refresh')" theme="light">
|
|
|
<Button icon="md-refresh" shape="circle" class="circle-button" @click="selectBusinessOverview "></Button>
|