telephone-clients 3.0.104-47 → 3.0.104-48

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": "telephone-clients",
3
- "version": "3.0.104-47",
3
+ "version": "3.0.104-48",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -44,9 +44,9 @@
44
44
  </div>
45
45
  </div>
46
46
  <div class="main-bottom">
47
- <div class="bottom1" style="font-size:2rem">
47
+ <div class="bottom1">
48
48
  <p> &emsp;&emsp;今日呼出时长 </p>
49
- <div class="ring1">
49
+ <div class="ring1" style="font-size:2rem">
50
50
  {{dayhuchu}}&ensp;<span style="font-size:2rem">分钟</span>
51
51
  </div>
52
52
  </div>
@@ -71,7 +71,7 @@
71
71
  <div class="bottom3">
72
72
  <p> &emsp;来电接听率 </p>
73
73
  <div class="ring4" style="font-size:2rem">
74
- {{dayweijie!==0?dayscale:100}}<span>%</span>
74
+ {{dayweijie!==0?dayscale:100}}<span style="font-size:2rem">%</span>
75
75
  </div>
76
76
  </div>
77
77
  </div>