@sdk185/sip-phone-sdk26 0.1.6 → 0.1.8
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.
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<p class="mt-6 mb-0 call-label" >{{callPrompt}}</p>
|
|
18
18
|
</div>
|
|
19
19
|
<!-- 功能按钮区域 -->
|
|
20
|
-
<div class="pr-10 pl-10
|
|
20
|
+
<div class="pr-10 pl-10 " v-if="!miniMode && !showDialPad">
|
|
21
21
|
<v-row>
|
|
22
22
|
<v-col cols="12" class="text-center">
|
|
23
23
|
<!-- 通话计时器 -->
|