Переглянути джерело

Merge branch 'dev' of http://39.106.8.246:3003/zhangyu/PDM into dev

zhangyu 4 роки тому
батько
коміт
4128146eb0

BIN
src/assets/images/rectangle.png


+ 2 - 2
src/components/brand/brandTool.vue

@@ -59,8 +59,8 @@
 </script>
 <style lang="scss" scoped>
   .saga-toolbar-box {
-    position: fixed;
-    top: 48px;
+    position: absolute;
+    top: 0;
     left: 0;
     width: 100%;
     height: 70px;

+ 22 - 19
src/components/product/productTool.vue

@@ -2,13 +2,13 @@
   <div class="saga-toolbar-box">
     <div class="saga-toolbar-main">
       <div class="top-menu">
-        <!--        <selectTree-->
-        <!--          :props="props"-->
-        <!--          :options="optionData"-->
-        <!--          :value="valueId"-->
-        <!--          :clearable="isClearable"-->
-        <!--          :accordion="isAccordion"-->
-        <!--          @getValue="getValue($event)"/>-->
+                <selectTree
+                  :props="props"
+                  :options="optionData"
+                  :value="valueId"
+                  :clearable="isClearable"
+                  :accordion="isAccordion"
+                  @getValue="getValue($event)"/>
         <span style="float: right;">
            <el-input
              v-model="value"
@@ -19,9 +19,12 @@
            <i slot="prefix" class="el-input__icon el-icon-search"></i>
            </el-input>
               <el-button type="primary" @click="handBrand">添加产品</el-button>
+
           </span>
       </div>
     </div>
+
+
     <addBrand ref="addBrand" title="添加品牌"></addBrand>
 
   </div>
@@ -51,16 +54,16 @@
         },
         // 选项列表(必选)
         list: [
-          {id: 1, parentId: 0, name: "一级菜单A", rank: 1},
-          {id: 2, parentId: 0, name: "一级菜单B", rank: 1},
-          {id: 3, parentId: 0, name: "一级菜单C", rank: 1},
-          {id: 4, parentId: 1, name: "二级菜单A-A", rank: 2},
-          {id: 5, parentId: 1, name: "二级菜单A-B", rank: 2},
-          {id: 6, parentId: 2, name: "二级菜单B-A", rank: 2},
-          {id: 7, parentId: 4, name: "三级菜单A-A-A", rank: 3},
-          {id: 20, parentId: 0, name: "一级菜单C", rank: 1},
-          {id: 39, parentId: 0, name: "一级菜单C", rank: 1},
-          {id: 40, parentId: 0, name: "一级菜单end", rank: 1}
+          {id: 1, parentId: 0, name: "一级菜单A", },
+          {id: 2, parentId: 0, name: "一级菜单B",},
+          {id: 3, parentId: 0, name: "一级菜单C", },
+          {id: 4, parentId: 1, name: "二级菜单A-A", },
+          {id: 5, parentId: 1, name: "二级菜单A-B", },
+          {id: 6, parentId: 2, name: "二级菜单B-A",},
+          {id: 7, parentId: 4, name: "三级菜单A-A-A", },
+          {id: 20, parentId: 0, name: "一级菜单C", },
+          {id: 39, parentId: 0, name: "一级菜单C", },
+          {id: 40, parentId: 0, name: "一级菜单end", }
         ],
         value: ''
       }
@@ -90,8 +93,8 @@
 </script>
 <style lang="scss" scoped>
   .saga-toolbar-box {
-    position: fixed;
-    top: 48px;
+    position: absolute;
+    top: 0;
     left: 0;
     width: 100%;
     height: 70px;

+ 17 - 10
src/components/product/sagaProduct.vue

@@ -9,13 +9,15 @@
           trigger="hover"
           placement="right"
           width="960">
-          <p>某某系统</p>
+          <div style="margin-bottom: 10px">
+            <img src="../../assets/images/rectangle.png" height="12">
+            <span>某某系统</span></div>
           <div class="sys">
-            <span>燃气调压箱</span>
-            <span>燃气调压箱</span>
-            <span>燃气调压箱</span>
-            <span>燃气调压箱</span>
-            <span>燃气调压箱</span>
+            <span>燃气石油气瓶</span>
+            <span>燃气石油气瓶</span>
+            <span>燃气石油气瓶</span>
+            <span>燃气石油气瓶</span>
+            <span>燃气石油气瓶</span>
             <span>燃气调压箱</span>
             <span>燃气调压箱</span>
 
@@ -29,7 +31,9 @@
           trigger="hover"
           placement="right"
           width="960">
-          <p>某某系统</p>
+          <div style="margin-bottom: 10px">
+            <img src="../../assets/images/rectangle.png" height="12">
+            <span>某某系统</span></div>
           <div class="sys">
             <span>燃气石油气瓶</span>
             <span>燃气石油气瓶</span>
@@ -48,6 +52,7 @@
       </div>
     </div>
     <div class="brand">
+
     </div>
   </div>
 </template>
@@ -87,15 +92,17 @@
 
         .classification {
           cursor: pointer;
-          padding: 10px;
+          padding: 20px;
           border-bottom: 1px solid #EFF0F1;
 
           .name {
             color: #1F2429;
+            margin-bottom: 10px;
           }
 
           .introduce {
             color: #8D9399;
+            line-height: 20px;
           }
         }
 
@@ -136,7 +143,7 @@
 <style lang="less">
   .el-popover {
     p:first-child {
-      border-left: 4px solid #3A8DDE;
+      /*border-left: 4px solid #3A8DDE;*/
       color: #1F2329;
       text-indent: 8px;
     }
@@ -144,7 +151,7 @@
     .sys {
       span {
         margin-right: 40px;
-        text-indent: 11px;
+        text-indent: 6px;
         display: inline-block;
         cursor: pointer;
         color: #8D9399;

+ 15 - 22
src/components/public/selectTree.vue

@@ -1,27 +1,20 @@
 <template>
-<!--  <el-select :value="valueTitle" :clearable="clearable" @clear="clearHandle">-->
-<!--    <el-option :value="valueTitle" :label="valueTitle" class="options">-->
-<!--      <el-tree-->
-<!--        id="tree-option"-->
-<!--        ref="selectTree"-->
-<!--        :accordion="accordion"-->
-<!--        :data="options"-->
-<!--        :props="props"-->
-<!--        :node-key="props.value"-->
-<!--        :default-expanded-keys="defaultExpandedKey"-->
-<!--        @node-click="handleNodeClick">-->
-<!--      </el-tree>-->
-<!--    </el-option>-->
-<!--  </el-select>-->
+  <el-select :value="valueTitle" :clearable="clearable" @clear="clearHandle">
+    <el-option :value="valueTitle" :label="valueTitle" class="options">
+      <el-tree
+        id="tree-option"
+        ref="selectTree"
+        :accordion="accordion"
+        :data="options"
+        :props="props"
+        :node-key="props.value"
+        :default-expanded-keys="defaultExpandedKey"
+        @node-click="handleNodeClick">
+      </el-tree>
+    </el-option>
+  </el-select>
+
 
-  <el-dropdown>
-  <span class="el-dropdown-link">
-    {{value}}<i class="el-icon-arrow-down el-icon--right"></i>
-  </span>
-    <el-dropdown-menu slot="dropdown">
-      <el-dropdown-item v-for="item in options" :key="item.value"> {{item.name}}</el-dropdown-item>
-    </el-dropdown-menu>
-  </el-dropdown>
 </template>
 
 <script>

+ 1 - 0
src/components/test.vue

@@ -13,6 +13,7 @@
     <search text="请输入品牌名称" type="content"></search>
     <el-button type="primary" @click="handBrand">添加产品</el-button>
     <addBrand ref="addBrand" title="添加品牌"></addBrand>
+
   </div>
 </template>
 

+ 6 - 6
src/framework/layout/index.vue

@@ -102,18 +102,18 @@
       }
 
       .brand {
-        left: 190px;
-        top: 50px;
+        left: 222px;
+        top: 75px;
       }
 
       .product {
-        left: 195px;
-        top: 293px;
+        left: 222px;
+        top: 317px;
       }
 
       .parameter {
-        left: 195px;
-        top: 536px;
+        left: 222px;
+        top: 565px;
       }
 
       .font-size {