dedsudiyu 1 年之前
父節點
當前提交
423ab927f3

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 实验室安全管理系统
+VUE_APP_TITLE = 实验室安全智能监测与管控系统
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.1.0",
-  "description": "实验室安全管理系统",
+  "description": "实验室安全智能监测与管控系统",
   "author": "实验室安全",
   "license": "MIT",
   "scripts": {

+ 1 - 1
src/views/comprehensive/personnel/teacher/index.vue

@@ -1292,7 +1292,7 @@
       flex-direction: column;
       overflow: hidden!important;
       box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
-      padding:20px!important;
+      padding:15px!important;
       .top-max-box{
         flex:1;
         display: flex;

+ 2 - 2
src/views/medicUniversity-3_1/chemicalManagement/chemicalProcurement/purchaseRequisition/index.vue

@@ -53,7 +53,7 @@
         <el-form-item style="float: right;">
           <el-col :span="1.5">
             <p class="inquire-button-one"
-               style="width:100px;"
+               style="width:90px;"
                v-hasPermi="['chemical:hxpapply:add']"
                @click="pageToggle(3)"
             >申购</p>
@@ -62,7 +62,7 @@
         <el-form-item style="float: right;">
           <el-col :span="1.5">
             <p class="add-button-one-90"
-               style="width:100px;"
+               style="width:90px;"
                v-hasPermi="['chemical:hxpapply:draftsList']"
                @click="pageToggle(2)"
             >草稿箱</p>