无人机管理后台前端(已迁走)
张含笑
2025-09-23 695e1f6674928d3a8fcb7187cc54cd2f2daaf55e
feat:字体大小调整
2 files modified
11 ■■■■ changed files
src/views/monitor/log/api.vue 10 ●●●● patch | view | raw | blame | history
src/views/system/menu.vue 1 ●●●● patch | view | raw | blame | history
src/views/monitor/log/api.vue
@@ -1,5 +1,5 @@
<template>
  <basic-container>
  <basic-container >
    <avue-crud :option="option" :table-loading="loading" :data="data" ref="crud" v-model="form"
      :permission="permissionList" :before-open="beforeOpen" v-model:page="page" @search-change="searchChange"
      @search-reset="searchReset" @current-change="currentChange" @size-change="sizeChange"
@@ -205,4 +205,10 @@
}
</script>
<style scoped lang="scss"></style>
<style lang="scss">
.avue-crud__dialog__header .el-dialog__title {
  font-size: 18px !important;
}
</style>
src/views/system/menu.vue
@@ -114,6 +114,7 @@
            type: 'icon',
            slot: true,
            iconList: iconList,
            value: 'el-icon-menu',
            rules: [
              {
                required: true,