From f4200797be75cd7ba9c6e6e387e517c67f70b114 Mon Sep 17 00:00:00 2001 From: loveflow <5269966+loveflow@user.noreply.gitee.com> Date: Sun, 11 Feb 2024 17:33:22 +0800 Subject: [PATCH] update --- src/loveflow/assets/index.less | 79 +- src/main.js | 1 + src/views/companyCanban/fangyi.vue | 8 +- src/views/companyCanban/index.vue | 174 +-- src/views/companyCanban/lieguan.vue | 1182 +++++++++-------- src/views/companyCanban/xiaofang.vue | 65 +- src/views/companyCanban/zhian.vue | 2 +- src/views/enterpriseRank/index.vue | 4 +- .../components/companyDetails.vue | 49 +- .../companyScore/components/companyTable.vue | 4 +- .../companyScore/components/detailsTable.vue | 6 +- .../components/indexTableDetail.vue | 12 +- .../safeIndex/components/indexTable.vue | 12 +- .../safeIndex/components/indexmassageOne.vue | 2 +- .../systemManagement/safeIndex/index.vue | 18 +- 15 files changed, 837 insertions(+), 781 deletions(-) diff --git a/src/loveflow/assets/index.less b/src/loveflow/assets/index.less index 52e0902..cec5771 100644 --- a/src/loveflow/assets/index.less +++ b/src/loveflow/assets/index.less @@ -1,42 +1,43 @@ -.loveflow { - /* 定位 START */ - .absolute { - position: absolute; - } - .relative { - position: relative; - } - .flex { - display: flex; - } - .flex-center { - display: flex; - justify-content: center; - align-items: center; - } - /* 定位 END */ +/* 定位 START */ +.absolute { + position: absolute; +} +.relative { + position: relative; +} +.flex { + display: flex; +} +.flex-center { + display: flex; + justify-content: center; + align-items: center; +} +/* 定位 END */ - /* 间距 START*/ - .mt6 { - margin-top: 6px; - } - .mr6 { - margin-right: 6px; - } - /* 间距 END*/ +/* 间距 START*/ +.mt6 { + margin-top: 6px; +} +.mt3 { + margin-top: 3px; +} +.mr6 { + margin-right: 6px; +} +/* 间距 END*/ - /* 字体 START */ - .fontWeight { - font-weight: bold; - } - .textGreen { - color: green; - } - .textRed { - color: red; - } - .textBlue { - color: blue; - } - /* 字体 END */ +/* 字体 START */ +.fontWeight { + font-weight: bold; +} +.textGreen { + color: green; +} +.textRed { + color: red; +} +.textBlue { + color: blue; } +/* 字体 END */ diff --git a/src/main.js b/src/main.js index 521e546..6f319a3 100644 --- a/src/main.js +++ b/src/main.js @@ -13,6 +13,7 @@ import erupload from "./components/upload"; import lkyTable from "./components/publicModule/lkyTable" // 本组件样式包含普通表格、分页 import lkyPagination from "./components/publicModule/lkyPagination" // 本组件单独抽离分页样式 +import "@/loveflow/assets/index.less" import * as cusRule from '@/loveflow/rules' import { registerPlugins } from '@/loveflow/plugins/index' import FormDialog from '@/loveflow/components/modal/formDialog.vue' diff --git a/src/views/companyCanban/fangyi.vue b/src/views/companyCanban/fangyi.vue index a965ecd..5cebab6 100644 --- a/src/views/companyCanban/fangyi.vue +++ b/src/views/companyCanban/fangyi.vue @@ -1,6 +1,6 @@