lancer пре 2 година
родитељ
комит
21f1009b7d
2 измењених фајлова са 30 додато и 13 уклоњено
  1. +28
    -11
      src/views/Receive/index.vue
  2. +2
    -2
      vue.config.js

+ 28
- 11
src/views/Receive/index.vue Прегледај датотеку

@@ -2,9 +2,15 @@
<div class="box-center">
<div class="topbox">
<div class="topzuo">
<div class="title">
<span class="span1">首次到访</span>
<span class="span2">无效录音|未标注|反面案例</span>
<div class="title" style="display: flex;">
<div style="flex:1;">
<span class="span1">首次到访</span>
<span class="span2">无效录音|未标注|反面案例</span>
</div>
<div style="width: 120px;display: flex;color:#2671E2;">
<div>加精</div>
<div style="margin-left: 20px;">接待标记</div>
</div>
</div>
<div class="title" style="margin-top: 6px;">
<span class="span3">宋先生</span>
@@ -53,12 +59,14 @@
<div class="topzuo-zuo">
<div class="zuo-titbox">
<div class="searchbox">
<div style="flex:1;display: flex; justify-content: center;">
<input class="input" placeholder="请输入关键词" type="text">
<div style="flex:1;">
<div style="width:96%;display: flex;margin:0 auto;">
<div class="input" >请输入关键词</div>
<div class="input2">搜索</div>
</div>
</div>

<div style="width:100px;display: flex; justify-content: center;align-items: center;">
<div class="searchbutt">搜索</div>
<div class="searchbutt">文本优化</div>
</div>
</div>
<div class="headboxbott">
@@ -412,10 +420,19 @@ export default {
height: 32px;
line-height: 32px;
background: #FFFFFF;
border-radius: 2px;
border-radius: 2px 0px 0px 2px;
text-indent: 6px;
border: 1px solid #E0E0E0;
}
.input2{
width: 70px;
height: 32px;
line-height: 32px;
background: #2671E2;
border-radius:0px 2px 2px 0px;
color: #FFFFFF;
text-align: center;
}
.topbox1{
width: 100%;
display: flex;
@@ -444,9 +461,9 @@ export default {
align-items: center;

.searchbutt{
width: 70px;
height: 30px;
line-height: 30px;
width: 80px;
height: 32px;
line-height: 32px;
background: #2671E2;
border-radius: 2px;
color: #FFFFFF;


+ 2
- 2
vue.config.js Прегледај датотеку

@@ -3,9 +3,9 @@
* https://cli.vuejs.org/zh/config/
*/
// const url = 'http://pigx-gateway'
const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://39.97.167.65:9999' //测试
// const url = 'http://192.168.31.169:9999' //长龙
// const url = 'http://192.168.31.134:9999' //嘉豪
const url = 'http://192.168.31.134:9999' //嘉豪
// const url = 'http://192.168.31.100:9999' //王笑
// const url = 'http://yuuapd.natappfree.cc' //王笑



Loading…
Откажи
Сачувај