Commit fcf7578d authored by 李苏's avatar 李苏 💬

bug 参数调整 样式调整

parent e16ac3a2
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
}, },
mounted() { mounted() {
this.$post('sbgl/usbxx/queryroot',{ this.$post('sbgl/usbxx/queryroot',{
Pid:'root' pid:'root'
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
this.rootArray = res.data.records || [] this.rootArray = res.data.records || []
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-11 16:54:41 * @LastEditTime: 2024-09-11 17:02:43
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
</el-col> </el-col>
<el-col :span="12" class="search-col flex-center"> <el-col :span="12" class="search-col flex-center">
<el-button style="background-color: rgba(7,32,96,0.0);border: 1px solid #68D8FE; color: #68D8FE;" <el-button style="background-color: rgba(7,32,96,0.0);border: 1px solid #68D8FE; color: #68D8FE;"
size="mini" @click="sblxcx()" type="primary">设备查询</el-button> size="mini" @click="sblxcx()" type="primary">流向查询</el-button>
<!-- 暂无信息--> <!-- 暂无信息-->
<span v-if="sblxcxwcxdxx" <span v-if="sblxcxwcxdxx"
style="color: red;font-size: 12px;padding-left: 10px;">{{sblxcxwcxdxxText}}</span> style="color: red;font-size: 12px;padding-left: 10px;">{{sblxcxwcxdxxText}}</span>
...@@ -1455,7 +1455,7 @@ ...@@ -1455,7 +1455,7 @@
} }
.sylb { .sylb {
top: 325px; top: 415px;
right: 15px; right: 15px;
/* 使元素居中 */ /* 使元素居中 */
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment