@zscreate/zhxy-app-component 1.0.197 → 1.0.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
<view @click="openDZWT" v-if="!widget.options.disabled && widget.options.enableDZWT && dataModel"
|
|
534
534
|
style="color: #6f9bdd">地址微调</view>
|
|
535
535
|
</view>
|
|
536
|
-
<u-button type="primary" size="mini" v-if="!widget.options.disabled" @click="handleLocation">{{
|
|
536
|
+
<u-button type="primary" style="flex-shrink: 0" size="mini" v-if="!widget.options.disabled" @click="handleLocation">{{
|
|
537
537
|
widget.options.buttonText }}</u-button>
|
|
538
538
|
</view>
|
|
539
539
|
</view>
|