mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-03 03:38:44 +08:00 
			
		
		
		
	重构:优化 config 的列表样式
This commit is contained in:
		@@ -13,7 +13,7 @@ defineProps({
 | 
				
			|||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <ElCard :class="[prefixCls, 'mb-20px']" shadow="never">
 | 
					  <ElCard :class="[prefixCls, 'mb-15px']" shadow="never">
 | 
				
			||||||
    <template v-if="title" #header>
 | 
					    <template v-if="title" #header>
 | 
				
			||||||
      <div class="flex items-center">
 | 
					      <div class="flex items-center">
 | 
				
			||||||
        <span class="text-16px font-700">{{ title }}</span>
 | 
					        <span class="text-16px font-700">{{ title }}</span>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
 | 
					  <!-- 搜索 -->
 | 
				
			||||||
  <content-wrap>
 | 
					  <content-wrap>
 | 
				
			||||||
    <!-- 搜索工作栏 -->
 | 
					    <el-form class="-mb-15px" :model="queryParams" ref="queryFormRef" :inline="true">
 | 
				
			||||||
    <el-form :model="queryParams" ref="queryFormRef" :inline="true" label-width="68px">
 | 
					 | 
				
			||||||
      <el-form-item label="参数名称" prop="name">
 | 
					      <el-form-item label="参数名称" prop="name">
 | 
				
			||||||
        <el-input
 | 
					        <el-input
 | 
				
			||||||
          v-model="queryParams.name"
 | 
					          v-model="queryParams.name"
 | 
				
			||||||
@@ -56,8 +56,10 @@
 | 
				
			|||||||
        </el-button>
 | 
					        </el-button>
 | 
				
			||||||
      </el-form-item>
 | 
					      </el-form-item>
 | 
				
			||||||
    </el-form>
 | 
					    </el-form>
 | 
				
			||||||
 | 
					  </content-wrap>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- 列表 -->
 | 
					  <!-- 列表 -->
 | 
				
			||||||
 | 
					  <content-wrap>
 | 
				
			||||||
    <el-table v-loading="loading" :data="list" align="center">
 | 
					    <el-table v-loading="loading" :data="list" align="center">
 | 
				
			||||||
      <el-table-column label="参数主键" align="center" prop="id" />
 | 
					      <el-table-column label="参数主键" align="center" prop="id" />
 | 
				
			||||||
      <el-table-column label="参数分类" align="center" prop="category" />
 | 
					      <el-table-column label="参数分类" align="center" prop="category" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user