@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdk185/sip-phone-sdk26",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
package/src/App.vue CHANGED
@@ -106,10 +106,10 @@ export default {
106
106
  </script>
107
107
 
108
108
  <style lang="scss">
109
- html, body, p {
110
- margin: 0;
111
- padding: 0;
112
- }
109
+ // html, body, p {
110
+ // margin: 0;
111
+ // padding: 0;
112
+ // }
113
113
 
114
114
  html, body {
115
115
  overflow: hidden;
@@ -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 sip-btn-group" v-if="!miniMode && !showDialPad">
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
  <!-- 通话计时器 -->