From 73690ae5c2f50098e17e7253ea22f1c4ad96fdaa Mon Sep 17 00:00:00 2001 From: haha Date: Mon, 8 Apr 2024 01:54:00 +0800 Subject: [PATCH] update code --- ruoyi-ui/public/index.html | 15 +- .../checkDetection/checkDetectionDrawer.vue | 359 ++------- .../projectMaterialSealDrawer.vue | 276 ++----- .../projectChecking/projectCheckingDrawer.vue | 332 ++------ .../src/views/project/projectDesign/index.vue | 9 +- .../projectMeasure/projectMeasureDrawer.vue | 320 ++------ .../src/views/project/surProject/index.vue | 733 +++++------------- sql/SQL集合.txt | 55 +- sql/期刊+工委会.sql | 218 ++++++ .../ProjectBuildNodeController.java | 12 +- .../web/controller/ProjectController.java | 13 +- .../SurProjectAttendanceDataServiceImpl.java | 2 +- .../project/SurProjectCostOutputMapper.xml | 2 +- .../project/SurProjectStandardMapper.xml | 5 +- .../trouble/SmzSspProblemmodifyMapper.xml | 4 +- 15 files changed, 771 insertions(+), 1584 deletions(-) create mode 100644 sql/期刊+工委会.sql diff --git a/ruoyi-ui/public/index.html b/ruoyi-ui/public/index.html index 3c6eb5b5..a897dc02 100644 --- a/ruoyi-ui/public/index.html +++ b/ruoyi-ui/public/index.html @@ -92,7 +92,20 @@ animation: spin 1.5s linear infinite; } - + .div-txt-2 { + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; + text-overflow: ellipsis; + } + .div-txt-3 { + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + text-overflow: ellipsis; + } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); diff --git a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue index 8467622f..f9ef9d0c 100644 --- a/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue +++ b/ruoyi-ui/src/views/project/checkDetection/checkDetectionDrawer.vue @@ -1,42 +1,17 @@