|
@@ -43,7 +43,7 @@
|
|
|
Idlist[count - 1]
|
|
Idlist[count - 1]
|
|
|
}}</span>
|
|
}}</span>
|
|
|
<div class="vedio_btn_control">
|
|
<div class="vedio_btn_control">
|
|
|
- <div class="direc">
|
|
|
|
|
|
|
+ <!-- <div class="direc">
|
|
|
<div
|
|
<div
|
|
|
@click.stop="configCamera(oneId, 'takephoto', '')"
|
|
@click.stop="configCamera(oneId, 'takephoto', '')"
|
|
|
class="cameraCtr"
|
|
class="cameraCtr"
|
|
@@ -70,7 +70,7 @@
|
|
|
></div>
|
|
></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="zoom">
|
|
<div class="zoom">
|
|
|
- <!-- 无论插件还是费插件都可以放大缩小 -->
|
|
|
|
|
|
|
+ 无论插件还是费插件都可以放大缩小
|
|
|
<span
|
|
<span
|
|
|
class="addCtr"
|
|
class="addCtr"
|
|
|
@mousedown.stop="configCamera(oneId, 'move', 8)"
|
|
@mousedown.stop="configCamera(oneId, 'move', 8)"
|
|
@@ -81,7 +81,7 @@
|
|
|
@mousedown.stop="configCamera(oneId, 'move', 9)"
|
|
@mousedown.stop="configCamera(oneId, 'move', 9)"
|
|
|
@mouseup="stopConfigCamera(oneId)"
|
|
@mouseup="stopConfigCamera(oneId)"
|
|
|
></span>
|
|
></span>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
<i
|
|
<i
|
|
|
@click.stop="oneFullFun($event, count)"
|
|
@click.stop="oneFullFun($event, count)"
|
|
@@ -117,7 +117,27 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="nav-box">
|
|
<div class="nav-box">
|
|
|
|
|
+ <!-- <div style="border: 1px solid #fff; background: #fff;"></div> -->
|
|
|
<ul class="viewLists">
|
|
<ul class="viewLists">
|
|
|
|
|
+ <li class="select-veido">
|
|
|
|
|
+ <el-select
|
|
|
|
|
+ v-model="siteVal"
|
|
|
|
|
+ clearable
|
|
|
|
|
+ placeholder="请选择"
|
|
|
|
|
+ @change="plotVal($event)"
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ >
|
|
|
|
|
+ <el-option
|
|
|
|
|
+ :title=" '当前地块下的设备总数:' + item.equip_count"
|
|
|
|
|
+ v-for="item in options"
|
|
|
|
|
+ :key="item.value"
|
|
|
|
|
+ :label="item.label"
|
|
|
|
|
+ :value="item.value"
|
|
|
|
|
+ >
|
|
|
|
|
+ </el-option>
|
|
|
|
|
+ </el-select>
|
|
|
|
|
+ </li>
|
|
|
|
|
+
|
|
|
<li
|
|
<li
|
|
|
v-for="(item, index) in Idlist"
|
|
v-for="(item, index) in Idlist"
|
|
|
:key="index"
|
|
:key="index"
|
|
@@ -146,11 +166,7 @@
|
|
|
@click="splitPage('jia')"
|
|
@click="splitPage('jia')"
|
|
|
></span>
|
|
></span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="direc">
|
|
|
|
|
- <!-- <div
|
|
|
|
|
- @click="configCamera(id, 'takephoto', '')"
|
|
|
|
|
- class="cameraCtr"
|
|
|
|
|
- ></div> -->
|
|
|
|
|
|
|
+ <!-- <div class="direc">
|
|
|
<div
|
|
<div
|
|
|
@mousedown="configCamera(id, 'move', 0)"
|
|
@mousedown="configCamera(id, 'move', 0)"
|
|
|
@mouseup="stopConfigCamera(id)"
|
|
@mouseup="stopConfigCamera(id)"
|
|
@@ -171,10 +187,10 @@
|
|
|
@mouseup="stopConfigCamera(id)"
|
|
@mouseup="stopConfigCamera(id)"
|
|
|
class="rightCtr"
|
|
class="rightCtr"
|
|
|
></div>
|
|
></div>
|
|
|
- </div>
|
|
|
|
|
- <div class="btnBox">
|
|
|
|
|
- <div class="zoom">
|
|
|
|
|
- <!-- 无论插件还是费插件都可以放大缩小 -->
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <div class="btnBox" style="margin: 50px 0 0 0;">
|
|
|
|
|
+ <!-- <div class="zoom">
|
|
|
|
|
+ 无论插件还是费插件都可以放大缩小
|
|
|
<span
|
|
<span
|
|
|
class="addCtr"
|
|
class="addCtr"
|
|
|
@mousedown="configCamera(id, 'move', 8)"
|
|
@mousedown="configCamera(id, 'move', 8)"
|
|
@@ -185,13 +201,13 @@
|
|
|
@mousedown="configCamera(id, 'move', 9)"
|
|
@mousedown="configCamera(id, 'move', 9)"
|
|
|
@mouseup="stopConfigCamera(id)"
|
|
@mouseup="stopConfigCamera(id)"
|
|
|
></span>
|
|
></span>
|
|
|
- </div>
|
|
|
|
|
- <div
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <!-- <div
|
|
|
v-show="videotape == 1"
|
|
v-show="videotape == 1"
|
|
|
class="playBack"
|
|
class="playBack"
|
|
|
@click="playBackDialogVisible = true"
|
|
@click="playBackDialogVisible = true"
|
|
|
- ></div>
|
|
|
|
|
- <div @click="addEquipDialogVisible = true" class="addequip"></div>
|
|
|
|
|
|
|
+ ></div> -->
|
|
|
|
|
+ <div @click="taskFacility" v-show="addrPolt" class="addequip"></div>
|
|
|
<div @click="fScreenFun()" class="fSBtn1"></div>
|
|
<div @click="fScreenFun()" class="fSBtn1"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -258,7 +274,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
<!-- 添加设备 -->
|
|
<!-- 添加设备 -->
|
|
|
- <el-dialog
|
|
|
|
|
|
|
+ <!-- <el-dialog
|
|
|
title="添加设备"
|
|
title="添加设备"
|
|
|
:visible.sync="addEquipDialogVisible"
|
|
:visible.sync="addEquipDialogVisible"
|
|
|
width="400px"
|
|
width="400px"
|
|
@@ -291,7 +307,7 @@
|
|
|
<el-button @click="addEquipDialogVisible = false">取 消</el-button>
|
|
<el-button @click="addEquipDialogVisible = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="addEquipSubm">确定</el-button>
|
|
<el-button type="primary" @click="addEquipSubm">确定</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
- </el-dialog>
|
|
|
|
|
|
|
+ </el-dialog> -->
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
@@ -317,7 +333,7 @@ export default {
|
|
|
html: "", //插件播放内容
|
|
html: "", //插件播放内容
|
|
|
picUrl: "", //视频拍照地址
|
|
picUrl: "", //视频拍照地址
|
|
|
playBackDialogVisible: false,
|
|
playBackDialogVisible: false,
|
|
|
- addEquipDialogVisible: false,
|
|
|
|
|
|
|
+ // addEquipDialogVisible: false,
|
|
|
fScreen: false, //默认多个监控非全屏
|
|
fScreen: false, //默认多个监控非全屏
|
|
|
oneFScreen: false, //单个监控全屏状态
|
|
oneFScreen: false, //单个监控全屏状态
|
|
|
btnFlag: true, //全屏按钮显示控制
|
|
btnFlag: true, //全屏按钮显示控制
|
|
@@ -344,8 +360,14 @@ export default {
|
|
|
addEquipForm: {
|
|
addEquipForm: {
|
|
|
device_id: "",
|
|
device_id: "",
|
|
|
jk_type: "",
|
|
jk_type: "",
|
|
|
- equip_type:2,//1 苗情 2 可视化
|
|
|
|
|
|
|
+ equip_type: 2, //1 苗情 2 可视化
|
|
|
},
|
|
},
|
|
|
|
|
+ objData: {},
|
|
|
|
|
+ options: [],
|
|
|
|
|
+ siteVal: "",
|
|
|
|
|
+ plotDataArr: [], // 地块原始数据数组
|
|
|
|
|
+ plotData: {},
|
|
|
|
|
+ addrPolt: false, // 设备分配判断
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
filters: {
|
|
filters: {
|
|
@@ -356,25 +378,59 @@ export default {
|
|
|
// }
|
|
// }
|
|
|
if (value.device_name) {
|
|
if (value.device_name) {
|
|
|
if (value.device_name.length > 8) {
|
|
if (value.device_name.length > 8) {
|
|
|
- return (`${value.device_name.slice(0, 8)}-${value.jktype}`) + "..."
|
|
|
|
|
|
|
+ return `${value.device_name.slice(0, 8)}-${value.jktype}` + "...";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
this.getJkList();
|
|
this.getJkList();
|
|
|
|
|
+ this.plotList("");
|
|
|
|
|
+ },
|
|
|
|
|
+ watch: {
|
|
|
|
|
+ siteVal(val) {
|
|
|
|
|
+ if (val !== '') {
|
|
|
|
|
+ this.addrPolt = true
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.addrPolt = false
|
|
|
|
|
+ this.plotData = {}
|
|
|
|
|
+ this.getJkList()
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
|
|
+
|
|
|
methods: {
|
|
methods: {
|
|
|
//获取视频列表
|
|
//获取视频列表
|
|
|
- getJkList() {
|
|
|
|
|
|
|
+ getJkList(obj, page) {
|
|
|
|
|
+ // this.Idlist = []
|
|
|
|
|
+ console.log(obj);
|
|
|
|
|
+ if (obj) {
|
|
|
|
|
+ console.log(obj);
|
|
|
|
|
+ this.currPage = page;
|
|
|
|
|
+ this.objData = obj;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ var id = "";
|
|
|
|
|
+ if (this.objData !== undefined) {
|
|
|
|
|
+ id = this.objData.id;
|
|
|
|
|
+ } else if (obj !== undefined) {
|
|
|
|
|
+ id = obj.id;
|
|
|
|
|
+ }
|
|
|
this.$axios({
|
|
this.$axios({
|
|
|
method: "POST",
|
|
method: "POST",
|
|
|
url: "list_camera",
|
|
url: "list_camera",
|
|
|
- data: this.qs.stringify({ page: this.currPage,equip_type:2 }),
|
|
|
|
|
|
|
+ data: this.qs.stringify({
|
|
|
|
|
+ page: this.currPage,
|
|
|
|
|
+ equip_type: 2,
|
|
|
|
|
+ site_id: id,
|
|
|
|
|
+ page_size: 19,
|
|
|
|
|
+ plot_id: this.plotData.plot_id !== undefined ? this.plotData.plot_id : '',
|
|
|
|
|
+ }),
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
- console.log(res)
|
|
|
|
|
|
|
+ console.log(res);
|
|
|
this.Idlist = res.data.data;
|
|
this.Idlist = res.data.data;
|
|
|
- this.totalPage = Math.ceil(res.data.counts / 12);
|
|
|
|
|
|
|
+ console.log(this.Idlist)
|
|
|
|
|
+ this.totalPage = Math.ceil(res.data.counts / 19);
|
|
|
this.initMonitor(); //进入页面默认1屏都显示视频
|
|
this.initMonitor(); //进入页面默认1屏都显示视频
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
@@ -382,7 +438,12 @@ export default {
|
|
|
this.$axios({
|
|
this.$axios({
|
|
|
method: "POST",
|
|
method: "POST",
|
|
|
url: "list_camera",
|
|
url: "list_camera",
|
|
|
- data: this.qs.stringify({ page: this.currPage,equip_type:2 }),
|
|
|
|
|
|
|
+ data: this.qs.stringify({
|
|
|
|
|
+ page: this.currPage,
|
|
|
|
|
+ equip_type: 2,
|
|
|
|
|
+ site_id: this.objData.id,
|
|
|
|
|
+ page_size: 19,
|
|
|
|
|
+ }),
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
this.Idlist = res.data.data;
|
|
this.Idlist = res.data.data;
|
|
|
});
|
|
});
|
|
@@ -464,15 +525,15 @@ export default {
|
|
|
this.divName = "my-video1"; //第一台选中
|
|
this.divName = "my-video1"; //第一台选中
|
|
|
this.selected = 1; //第一台选中
|
|
this.selected = 1; //第一台选中
|
|
|
for (let item = 1; item < this.divNum + 1; item++) {
|
|
for (let item = 1; item < this.divNum + 1; item++) {
|
|
|
- if (this.Idlist[item-1]) {
|
|
|
|
|
|
|
+ if (this.Idlist[item - 1]) {
|
|
|
console.log(item);
|
|
console.log(item);
|
|
|
//避免右侧监控数量少于divNum
|
|
//避免右侧监控数量少于divNum
|
|
|
this.$axios({
|
|
this.$axios({
|
|
|
url: "addr_camera",
|
|
url: "addr_camera",
|
|
|
method: "POST",
|
|
method: "POST",
|
|
|
data: this.qs.stringify({
|
|
data: this.qs.stringify({
|
|
|
- device_id: this.Idlist[item-1].device_id,
|
|
|
|
|
- jk_type: this.Idlist[item-1].jktype,
|
|
|
|
|
|
|
+ device_id: this.Idlist[item - 1].device_id,
|
|
|
|
|
+ jk_type: this.Idlist[item - 1].jktype,
|
|
|
}),
|
|
}),
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
var data = eval("(" + res.data + ")");
|
|
var data = eval("(" + res.data + ")");
|
|
@@ -482,7 +543,7 @@ export default {
|
|
|
let playHtml = `<video id="videoitem${item}"
|
|
let playHtml = `<video id="videoitem${item}"
|
|
|
style='width: 100%;height: 100%;' src="${hlsHdSrc}" autoplay poster='' muted controls playsInline webkit-playsinline>
|
|
style='width: 100%;height: 100%;' src="${hlsHdSrc}" autoplay poster='' muted controls playsInline webkit-playsinline>
|
|
|
</video>`;
|
|
</video>`;
|
|
|
- console.log("my-video" + item);
|
|
|
|
|
|
|
+ console.log("my-video" + item);
|
|
|
document.getElementById("my-video" + item).innerHTML = playHtml;
|
|
document.getElementById("my-video" + item).innerHTML = playHtml;
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.videoObj["videoitem" + item] = new EZUIKit.EZUIPlayer(
|
|
this.videoObj["videoitem" + item] = new EZUIKit.EZUIPlayer(
|
|
@@ -529,7 +590,7 @@ export default {
|
|
|
//点击分屏
|
|
//点击分屏
|
|
|
splitView(num) {
|
|
splitView(num) {
|
|
|
this.divNum = num;
|
|
this.divNum = num;
|
|
|
- console.log(num)
|
|
|
|
|
|
|
+ console.log(num);
|
|
|
console.log(this.videoObj);
|
|
console.log(this.videoObj);
|
|
|
for (let item in this.videoObj) {
|
|
for (let item in this.videoObj) {
|
|
|
console.log(item);
|
|
console.log(item);
|
|
@@ -542,8 +603,8 @@ export default {
|
|
|
//点击视频
|
|
//点击视频
|
|
|
selectVideo(e, i, divName) {
|
|
selectVideo(e, i, divName) {
|
|
|
console.log("外");
|
|
console.log("外");
|
|
|
- let current = e.currentTarget.getElementsByClassName("current")[0]
|
|
|
|
|
- .innerHTML;
|
|
|
|
|
|
|
+ let current =
|
|
|
|
|
+ e.currentTarget.getElementsByClassName("current")[0].innerHTML;
|
|
|
if (current.indexOf("device_id") == -1) {
|
|
if (current.indexOf("device_id") == -1) {
|
|
|
this.id = current;
|
|
this.id = current;
|
|
|
} else {
|
|
} else {
|
|
@@ -660,6 +721,61 @@ export default {
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
|
|
+ // 进入分配设备界面
|
|
|
|
|
+ taskFacility() {
|
|
|
|
|
+ this.$router.push({
|
|
|
|
|
+ path: `/index/addList`,
|
|
|
|
|
+ query: {
|
|
|
|
|
+ plotData: JSON.stringify(this.plotData),
|
|
|
|
|
+ },
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // 地块列表展示
|
|
|
|
|
+ plotList(data) {
|
|
|
|
|
+ var postData = this.qs.stringify({
|
|
|
|
|
+ site_id: data.id !== undefined ? data.id : "",
|
|
|
|
|
+ page: this.currPage,
|
|
|
|
|
+ req: "jk",
|
|
|
|
|
+ });
|
|
|
|
|
+ this.$axios({
|
|
|
|
|
+ method: "POST",
|
|
|
|
|
+ url: "/plot_view",
|
|
|
|
|
+ data: postData,
|
|
|
|
|
+ })
|
|
|
|
|
+ .then((res) => {
|
|
|
|
|
+ console.log(res);
|
|
|
|
|
+ if (res.data) {
|
|
|
|
|
+ this.equipList = res.data
|
|
|
|
|
+ var data = res.data
|
|
|
|
|
+ this.plotDataArr = data
|
|
|
|
|
+ var list = []
|
|
|
|
|
+ for (var i = 0; i < data.length; i++) {
|
|
|
|
|
+ var obj = {}
|
|
|
|
|
+ obj['value'] = data[i].plot_id
|
|
|
|
|
+ obj['label'] = data[i].plot_name
|
|
|
|
|
+ obj['equip_count'] = data[i].equip_count
|
|
|
|
|
+ list.push(obj)
|
|
|
|
|
+ }
|
|
|
|
|
+ console.log(list)
|
|
|
|
|
+ this.options = list
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ .catch((err) => {
|
|
|
|
|
+ console.log(err);
|
|
|
|
|
+ });
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // 选择地块
|
|
|
|
|
+ plotVal(data) {
|
|
|
|
|
+ for (var i = 0; i < this.plotDataArr.length; i++) {
|
|
|
|
|
+ if (data == this.plotDataArr[i].plot_id) {
|
|
|
|
|
+ this.plotData = this.plotDataArr[i]
|
|
|
|
|
+ console.log(this.plotData)
|
|
|
|
|
+ this.getJkList()
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
destroyed() {
|
|
destroyed() {
|
|
|
for (let item in this.videoObj) {
|
|
for (let item in this.videoObj) {
|
|
@@ -828,7 +944,8 @@ li {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
.viewLists {
|
|
.viewLists {
|
|
|
- height: 50%;
|
|
|
|
|
|
|
+ // height: 50%;
|
|
|
|
|
+ height: 75%;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
li {
|
|
li {
|
|
@@ -888,8 +1005,8 @@ li {
|
|
|
height: 160px;
|
|
height: 160px;
|
|
|
margin: 10px auto;
|
|
margin: 10px auto;
|
|
|
// position: relative;
|
|
// position: relative;
|
|
|
- background: url(../assets/images/monitor/direction-btn.png)
|
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/direction-btn.png) no-repeat
|
|
|
|
|
+ center;
|
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
& > div {
|
|
& > div {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -949,24 +1066,23 @@ li {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.playBack {
|
|
.playBack {
|
|
|
- background: url(../assets/images/monitor/playback-btn.png)
|
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/playback-btn.png) no-repeat
|
|
|
|
|
+ center;
|
|
|
}
|
|
}
|
|
|
.playtype0 {
|
|
.playtype0 {
|
|
|
- background: url(../assets/images/monitor/playtype0.png)
|
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/playtype0.png) no-repeat
|
|
|
|
|
+ center;
|
|
|
}
|
|
}
|
|
|
.playtype1 {
|
|
.playtype1 {
|
|
|
- background: url(../assets/images/monitor/playtype1.png)
|
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/playtype1.png) no-repeat
|
|
|
|
|
+ center;
|
|
|
}
|
|
}
|
|
|
.addequip {
|
|
.addequip {
|
|
|
background: url(../assets/images/monitor/addequip.png) no-repeat
|
|
background: url(../assets/images/monitor/addequip.png) no-repeat
|
|
|
- center;
|
|
|
|
|
|
|
+ center;
|
|
|
}
|
|
}
|
|
|
.fSBtn1 {
|
|
.fSBtn1 {
|
|
|
- background: url(../assets/images/monitor/fS.png) no-repeat
|
|
|
|
|
- center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/fS.png) no-repeat center;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -987,8 +1103,8 @@ li {
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
height: 100px;
|
|
height: 100px;
|
|
|
margin: 10px auto;
|
|
margin: 10px auto;
|
|
|
- background: url(../assets/images/monitor/direction-btn.png)
|
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
|
+ background: url(../assets/images/monitor/direction-btn.png) no-repeat
|
|
|
|
|
+ center;
|
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
& > div {
|
|
& > div {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -1037,4 +1153,21 @@ li {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+// .select-veido>>>.el-input--small .el-input__inner {
|
|
|
|
|
+// background: none;
|
|
|
|
|
+// }
|
|
|
|
|
+
|
|
|
|
|
+// .select-veido>>>.el-input__inner {
|
|
|
|
|
+
|
|
|
|
|
+// border: 0;
|
|
|
|
|
+
|
|
|
|
|
+// }
|
|
|
|
|
+</style>
|
|
|
|
|
+
|
|
|
|
|
+<style lang="less">
|
|
|
|
|
+// 改变elementui 选择器的背景颜色
|
|
|
|
|
+/deep/ .el-input--medium {
|
|
|
|
|
+ background: none;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|