zhouwenxuan
2023-12-13 32939a2e9d8b967fde6e71b9b501e221cf9814d1
src/views/components/laws.vue
@@ -3,7 +3,7 @@
    <div class="main-content">
      <div class="filters">
        <el-form :model="state.querys">
          <el-form-item label="法律法规名称" style="width: 500px;margin-bottom: 0;margin-right: 20px">
          <el-form-item label="法律法规名称:" style="font-size: 15px; width: 500px;margin-bottom: 0;margin-right: 20px">
            <el-input v-model="state.querys.title" />
          </el-form-item>
        </el-form>
@@ -118,6 +118,9 @@
  display: flex;
  justify-content: center;
  margin-top: 170px;
    :deep(.el-form .el-form-item__label) {
        font-size: 16px;
    }
  .main-content{
    width: 1200px;