设备监控弹框修改

This commit is contained in:
仲么了
2024-02-01 16:19:28 +08:00
parent 5bc06899d7
commit a146bba7a1
13 changed files with 171 additions and 140 deletions

View File

@@ -1,12 +1,14 @@
<template>
<div class="dictiontary-list-detail">
<div class="dictiontary-list-detail child-router">
<TableHeader>
<template #select>
<el-page-header @back="$emit('close')" style="display: flex; align-items: center; height: 32px">
<template #content>
<span class="text-large font-600 mr-3">{{ props.detail.name }}详情信息</span>
</template>
</el-page-header>
<el-form-item label="">
<el-page-header @back="$emit('close')">
<template #content>
<span class="text-large font-600 mr-3">{{ props.detail.name }}详情信息</span>
</template>
</el-page-header>
</el-form-item>
<el-form-item label="过滤筛选">
<el-input
style="width: 240px"
@@ -149,13 +151,3 @@ const add = () => {
})
}
</script>
<style lang="scss">
.dictiontary-list-detail {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #fff;
}
</style>

View File

@@ -1,7 +1,7 @@
<template>
<div class='default-main'>
<div class='custom-table-header'>
<div style='flex: 1; font-weight: 700'>字典树列表</div>
<div class="title">字典树列表</div>
<el-button :icon='Plus' type='primary' @click='addMenu'>新增字典类型</el-button>
</div>
<Table ref='tableRef' />