소스 검색

添加附件组件

zhanglb 3 년 전
부모
커밋
53965ba08b

+ 6 - 0
front-vue/src/assets/styles/sidebar.scss

@@ -86,6 +86,12 @@
 
     .el-submenu.is-active,
     .el-menu-item.is-active {
+      .el-submenu__title{
+        color: $subMenuActiveText !important;
+      }
+      i{
+        color: $subMenuActiveText !important;
+      }
       span {
         font-weight: 500;
       }

+ 14 - 0
front-vue/src/components/Attachments/index.vue

@@ -0,0 +1,14 @@
+<template>
+
+</template>
+
+<script>
+export default {
+    name: "Attachments",
+    inheritAttrs: false
+}
+</script>
+
+<style>
+
+</style>

+ 2 - 2
front-vue/src/components/ContentTotal/index.vue

@@ -29,11 +29,11 @@ export default {
 }
 .zap-content-total__label{
     margin-left: 24px;
-    font-size: 14px;
+    font-size: 12px;
     color: #999999;
 }
 .zap-content-total__value{
-    font-size: 18px;
+    font-size: 14px;
     color: #FF2F2F;
 }
 

+ 3 - 6
front-vue/src/views/service/credit/addCredit.vue

@@ -69,10 +69,7 @@
             </el-row>
             <div class="zap-title zap-margin-top">资产信息</div>
             <el-row class="zap-form">
-                <div class="zap-form-tip">
-                    <img src="../../../assets/images/icon_grey_tip.png" alt="">
-                    请知悉,资产信息仅能接受指定的销售方与购买方的往来账款(含账款基本信息、贸易合同与贸易发票等);如须使用系统尚未维护的往来账款,请点击新增应付账款
-                </div>
+                <zap-tip />
                 <el-row type="flex" align="middle" justify="space-between" style="padding-top: 8px;padding-bottom:20px;">
                     <el-col>
                         <el-button type="success" @click="openTicket">选择</el-button>
@@ -108,7 +105,7 @@
             </el-row>
         </el-form>
     </el-row>
-    <div class="zap-warmtips">
+    <el-row class="zap-warmtips">
         <p>友情提醒:
         </p>
         <p>
@@ -121,7 +118,7 @@
             3. 开立方财务标记建议:
             应付账款—招采融信
         </p>
-    </div>
+    </el-row>
 
     <el-row type="flex" justify="center" align="middle" style="height: 96px;">
         <el-button type="primary" @click="submitForm">提 交</el-button>