Browse Source

样式修改

master
陈裕财 4 years ago
parent
commit
d7af1a4768
  1. 2
      src/components/TopModules/index.vue
  2. 15
      src/views/xm/core/xmIteration/XmIterationInfo.vue
  3. 17
      src/views/xm/core/xmProduct/XmProductInfo.vue
  4. 17
      src/views/xm/core/xmProject/XmProjectInfo.vue

2
src/components/TopModules/index.vue

@ -25,10 +25,12 @@
:direction="direction">
<div class="drawer">
<div class="drawer-content">
<!--
<div class="drawer-content-input">
<el-input placeholder="请输入中文" v-model.trim="key" clearable prefix-icon = "el-icon-search" size="small" style="width:60%">
</el-input>
</div>
-->
<div class="drawer-content-category" v-for="(item,index) in categorys" :key="index">
<div class="category-name" v-text="item.moduleName"></div>
<div class="category-list">

15
src/views/xm/core/xmIteration/XmIterationInfo.vue

@ -1,18 +1,19 @@
<template>
<section class="page-container page-full-height">
<el-row>
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="#545c64" text-color="#fff" active-text-color="#ffd04b">
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="rgb(48, 65, 86)" text-color="rgb(191, 203, 217)" active-text-color="#409eff">
<el-menu-item index="迭代概览" >
<el-menu-item index="返回" >
<span slot="title" >
<span slot="title" @click.stop="goBack"><i class="el-icon-back" ></i></span>
<i class="el-icon-s-data"></i>
<font v-if="xmIteration.iterationName.length>=10">{{xmIteration.iterationName.substring(0,10)}}</font>
<font type="danger" v-else>{{xmIteration.iterationName}}</font>
概览
</span>
</el-menu-item>
<el-menu-item index="迭代概览" >
<span slot="title" style="font-size:18px;">
<font v-if="xmIteration.iterationName.length>=15"><strong>迭代:&nbsp;&nbsp;{{xmIteration.iterationName.substring(0,15)}}</strong></font>
<font type="danger" v-else><strong>迭代:&nbsp;&nbsp;{{xmIteration.iterationName}}</strong></font>
</span>
</el-menu-item>
<el-menu-item label="项目" index="项目">
<span slot="title"><i class="el-icon-document"></i>项目</span>
</el-menu-item>

17
src/views/xm/core/xmProduct/XmProductInfo.vue

@ -1,15 +1,16 @@
<template>
<section class="page-container page-full-height">
<el-row>
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="#409EFF" text-color="#fff" active-text-color="#ffd04b">
<el-menu-item index="产品概览" >
<span slot="title" >
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="rgb(48, 65, 86)" text-color="rgb(191, 203, 217)" active-text-color="#409eff">
<el-menu-item index="返回" >
<span slot="title" style="font-size:18px;">
<span slot="title" @click.stop="goBack"><i class="el-icon-back" ></i></span>
<i class="el-icon-s-data"></i>
<font v-if="xmProduct.productName.length>=10">{{xmProduct.productName.substring(0,10)}}</font>
<font type="danger" v-else>{{xmProduct.productName}}</font>
概览
</span>
</el-menu-item>
<el-menu-item index="产品概览" >
<span slot="title" style="font-size:18px;">
<font v-if="xmProduct.productName.length>=15"> <strong> 产品:&nbsp;&nbsp;{{xmProduct.productName.substring(0,15)}}</strong></font>
<font type="danger" v-else> <strong>产品:&nbsp;&nbsp;{{xmProduct.productName}}</strong></font>
</span>
</el-menu-item>
<el-menu-item index="迭代">

17
src/views/xm/core/xmProject/XmProjectInfo.vue

@ -1,15 +1,16 @@
<template>
<section class="page-container page-full-height">
<el-row>
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="#545c64" text-color="#fff" active-text-color="#ffd04b">
<el-menu-item index="项目概览" >
<span slot="title" >
<el-menu :default-active="infotype" mode="horizontal" @select="setInfotype" class="menus" background-color="rgb(48, 65, 86)" text-color="rgb(191, 203, 217)" active-text-color="#ffd04b">
<el-menu-item index="返回" >
<span slot="title" style="font-size:18px;">
<span slot="title" @click.stop="goBack"><i class="el-icon-back" ></i></span>
<i class="el-icon-s-data"></i>
<font v-if="selProject.name.length>=10">{{selProject.name.substring(0,10)}}</font>
<font type="danger" v-else>{{selProject.name}}</font>
概览
</span>
</el-menu-item>
<el-menu-item index="项目概览" >
<span slot="title" style="font-size:18px;">
<font v-if="selProject.name.length>=15"><strong>项目:&nbsp;&nbsp;{{selProject.name.substring(0,15)}}</strong></font>
<font type="danger" v-else><strong>项目:&nbsp;&nbsp;{{selProject.name}}</strong></font>
</span>
</el-menu-item>
<el-menu-item index="迭代">

Loading…
Cancel
Save