Commit b28e6192 authored by 张伯涛's avatar 张伯涛

调度管理部分页面样式调整

parent 02d37741
......@@ -291,6 +291,7 @@ function open() {
param.value.cnName = ''
// ElMessage.info("请先选择设备后方可编辑参数")
btnLoading.value=false
paramsSetting()
}
function onsubmit() {
......@@ -631,7 +632,9 @@ const form_control = ref(true)
const paramsSetting = () => {
dialog_content.value = true
getCnNames()
if(!dept.value) {
ElMessage.info("请选择参数后进行编辑...")
}
}
// newRow接收param.value.baseId,添加需要使用
......
......@@ -408,7 +408,7 @@ onMounted(() => {
<el-table v-loading="loading" :data="tableData" style="width: 60%;font-size: 12px;color: #181818;"
height="calc(100vh - 170px)"
height="calc(100vh - 160px)"
:header-cell-style="{ color: '#225475', backgroundColor: '#B8CFEE', 'text-align': 'center', height: '40px', padding: '0px', border: '1px solid #99bbe8' }"
:cell-style="{ 'text-align': 'center', padding: '0px' }" :row-style="{ height: '40px', padding: '0px' }" border
stripe>
......
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