wwf
22 小时以前 737179a0ce34147269cccf288fecd0e7bb4c309b
src/views/main/notice/list.vue
@@ -8,7 +8,7 @@
          <el-text class="text-title">通知公告</el-text>
        </el-row>
        <el-row class="mt-5">
        <el-row class="mt-5 custom-input">
          <el-input 
            v-model="filter.keyword" 
            style="width: 739px;height: 70px;"
@@ -185,7 +185,7 @@
  background-repeat: no-repeat, no-repeat, repeat; /* 分别设置 */
  background-size: cover;
}
:deep(.el-input__inner) {
.custom-input :deep(.el-input__inner) {
  padding-left: 10px;
  font-size: 18px;
}