Browse Source

1/修改页面radius;
2/缺陷页面样式调整;

amyliaozijun 5 years ago
parent
commit
26b1e5e60a

+ 2 - 2
src/views/Platform/Workbench/PersonalWorkbench.vue

@@ -11,7 +11,7 @@
           <el-button v-show="show1" style="margin-bottom:24px;" type="primary" size="mini" @click="clickNum(4)"> · · · </el-button>
         </div>
         <div style="background:#F2F3F6; padding: 0.5%;" />
-        <div style="height:64vh; text-align:center; border-radius:8px;">
+        <div style="height:64vh; text-align:center; border-radius:4px;">
           <div align="center" style="height:55vh;">
             类型
             <el-select v-model="bugOrTask1.isBugOrTask" size="medium" style="width: 13%;margin: 2% 5% 2% 1%;" clearable placeholder="类型" @change="getstatus(bugOrTask1.isBugOrTask)">
@@ -481,7 +481,7 @@ export default {
 <style scoped>
   .abc {
     background:#FFFFFF;
-    border-radius:8px;
+    border-radius:4px;
     margin: 0 1%;
     width: 100%;
   }

+ 1 - 1
src/views/Platform/presentation/Acceptance.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 准出报告,新增服务端报告 -->
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 4px; overflow: hidden;">
       <el-form ref="ClientData" :inline="true" :model="ClientData" :rules="serviceDataRules" style="margin:2% 3%;">
         <div style="display: flex;white-space: nowrap;">
           <el-form-item label="标题" style="flex: 1;" prop="reportName">

+ 1 - 1
src/views/Platform/presentation/PresentReport.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 提测报告,新增客户端报告 -->
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 4px; overflow: hidden;">
       <el-form ref="dataChange" :model="dataChange" :rules="serviceDataRules" style="margin:2% 3%;">
         <div class="double">
           <el-form-item label="标题" prop="name">

+ 1 - 1
src/views/Platform/presentation/ResultPage.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 4%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 4%; border-radius: 4px; overflow: hidden;">
       <!--准出报告-->
       <div style="margin: 2%; min-height: 73vh; font-size: 14px;">
         <div style="margin: 30px 0;">搜索

+ 2 - 2
src/views/Platform/presentation/ResultPageyL.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 4px; overflow: hidden;">
       <!-- 准出预览 -->
       <div v-if="towShow">
         <div style="padding: 2% 9%;">
@@ -208,7 +208,7 @@
         <el-button size="mini" @click="download()">确定下载</el-button>
       </div>
       <div id="resumeId" class="eleStyle">
-        <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
+        <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 4px; overflow: hidden;">
           <div v-if="towShow">
             <div style="padding: 3% 9%; color: #333B4A;">
               <div style="display: flex; white-space: nowrap; font-family:SimSuncss">

+ 2 - 2
src/views/Platform/presentation/acceptTheReport.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 提测预览 -->
   <div class="eleStyle_one">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 4px; overflow: hidden;">
       <div style="padding:2% 9%;">
         <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
           <span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ fromCreateData.name }}</span>
@@ -100,7 +100,7 @@
         <el-button size="mini" @click="download()">确定下载</el-button>
       </div>
       <div id="resumeId" class="eleStyle_one">
-        <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
+        <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 4px; overflow: hidden;">
           <div style="padding:2% 9%;">
             <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
               <span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ fromCreateData.name }}</span>

+ 1 - 1
src/views/Platform/presentation/presentationReport.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 提测报告,新增服务端报告 -->
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 4px; overflow: hidden;">
       <el-form ref="fromDev" :model="fromDev" :rules="serviceDataRules" style="margin: 2% 3%;">
         <div class="double">
           <el-form-item label="标题" prop="name">

+ 1 - 1
src/views/Platform/presentation/testPresentation.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 4%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 4%; border-radius: 4px; overflow: hidden;">
       <!--日报报告-->
       <div style="margin: 2%; min-height: 73vh; font-size: 14px;">
         <div style="margin: 30px 0;">搜索

+ 2 - 2
src/views/Platform/presentation/testPresenyL.vue

@@ -1,7 +1,7 @@
 <template>
   <!-- 日报预览 -->
   <div class="eleStyle">
-    <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
+    <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 4px; overflow: hidden;">
       <el-form :model="fromCreat" style="margin:2% 9%">
         <div>
           <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
@@ -33,7 +33,7 @@
         <el-button size="mini" @click="download()">确定下载</el-button>
       </div>
       <div id="Gambol" class="eleStyle">
-        <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
+        <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 4px; overflow: hidden;">
           <el-form :model="fromCreat" style="margin:2% 9%">
             <div>
               <div style="display: flex; white-space: nowrap; font-family:SimSuncss">

+ 4 - 4
src/views/Platform/testPage.vue

@@ -5,7 +5,7 @@
     <div style="position: absolute;width: 100%;">
       <div style="background:#F2F3F6;">
         <el-container>
-          <el-aside width="17%" style=" background: #FFF;margin: 1% 0 1% 1%; border-radius:8px;">
+          <el-aside width="17%" style=" background: #FFF;margin: 1% 0 1% 1%; border-radius:4px;">
             <div class="nav_Input" style="min-height:90vh;">
               <br>
               <el-tree :data="data1" style="overflow-x:auto; min-width:100%;display:inline-block !important" :default-expanded-keys="key_arr" :expand-on-click-node="true" node-key="id" @node-click="clickFun">
@@ -26,7 +26,7 @@
             </div>
           </el-aside>
           <el-container>
-            <el-header style="background:#ffffff; height: auto; width: 98%; margin: 1%; font-size: 13px; border-radius: 8px;">
+            <el-header style="background:#ffffff; height: auto; width: 98%; margin: 1%; font-size: 13px; border-radius: 4px;">
               <el-row>
                 <el-col :span="24" style="white-space:nowrap; display: flex; justify-content: left; align-items: center;">
                   序列号
@@ -40,7 +40,7 @@
                 </el-col>
               </el-row>
             </el-header>
-            <div style="background:#ffffff; width: 98%; margin: 0 1% 1% 1%; font-size: 14px; border-radius: 8px;">
+            <div style="background:#ffffff; width: 98%; margin: 0 1% 1% 1%; font-size: 14px; border-radius: 4px;">
               <el-row :gutter="20" style="margin: 3%;text-align:center">
                 <el-col :span="6" style="border-right: 1px solid #D8D8D8; color:#07BCA4;"><img :src="clicked_1" style="margin-right: 6%;width:5%;">通过 {{ num.Count1 }} 个, 占比 {{ num.Rate1 }} %</el-col>
                 <el-col :span="6" style="border-right: 1px solid #D8D8D8; color:#F56C6C;"><img :src="clicked_2" style="margin-right: 6%;width:5%;">失败 {{ num.Count2 }} 个, 占比 {{ num.Rate2 }} %</el-col>
@@ -48,7 +48,7 @@
                 <el-col :span="6" style=" color:#73C5FA;"><img :src="clicked_4" style="margin-right: 6%;width:5%;">未执行{{ num.Count4 }}个,占比{{ num.Rate4 }}%</el-col>
               </el-row>
             </div>
-            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:8px;">
+            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:4px;">
               <!-- 主页table -->
               <el-table :data="gridData" :header-cell-style="{ background: '#F0F2F4', color: '#333B4A' }" border fit tooltip-effect="dark" size="mini" style="width: 100%">
                 <el-table-column label="序列号" min-width="100" align="center"><template slot-scope="scope">{{ scope.row.ids }}</template></el-table-column>

+ 2 - 2
src/views/Platform/useCase/createUse.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="window-judge" style="background:#F2F3F6;min-height:95vh;">
     <el-container>
-      <el-header style="background:#ffffff;height:auto; width:94%;margin:3%; font-size:14px;border-radius:8px;">
+      <el-header style="background:#ffffff;height:auto; width:94%;margin:3%; font-size:14px;border-radius:4px;">
         <el-form ref="caseData" label-position="left" :model="caseData" label-width="80pt" style="margin:1%;" :rules="createFormData">
           <el-row>
             <el-col :span="21">
@@ -58,7 +58,7 @@
           </el-table>
         </div>
       </el-header>
-      <el-main style="background:#ffffff;height:auto; width:94%;margin: 0 3% 3% 3%; font-size:14px;border-radius:8px;">
+      <el-main style="background:#ffffff;height:auto; width:94%;margin: 0 3% 3% 3%; font-size:14px;border-radius:4px;">
         <!-- 新增 -->
         <el-form v-for="(item, index) in data" :key="index" label-width="100px" :model="item">
           <div style="display:flex; white-space:nowrap;">

+ 1 - 1
src/views/Platform/useCase/queryUse.vue

@@ -1,7 +1,7 @@
 <template>
   <div id="window-judge" style="background:#F2F3F6;min-height:95vh;">
     <el-container>
-      <el-main style="background:#ffffff;height:auto; width:94%;margin:3%; font-size:14px;border-radius:8px;">
+      <el-main style="background:#ffffff;height:auto; width:94%;margin:3%; font-size:14px;border-radius:4px;">
         <el-form label-position="left" label-width="100px" :model="formLabelAlign">
           <el-form-item label="用例名称:">
             {{ formLabelAlign.title }}

+ 4 - 4
src/views/Platform/useCasePage.vue

@@ -3,7 +3,7 @@
     <div style="position: absolute;width: 100%;">
       <div style="background:#F2F3F6;">
         <el-container>
-          <el-aside width="17%" style=" background: #FFF;margin: 1% 0 1% 1%; border-radius:8px;">
+          <el-aside width="17%" style=" background: #FFF;margin: 1% 0 1% 1%; border-radius:4px;">
             <div class="nav_Input" style="min-height:90vh;">
               <br>
               <div v-show="node_Data" align="center">
@@ -47,7 +47,7 @@
             </div>
           </el-aside>
           <el-container>
-            <el-header style="background:#ffffff;height:auto; width:98%;margin: 1%; font-size:13px; border-radius:8px;">
+            <el-header style="background:#ffffff;height:auto; width:98%;margin: 1%; font-size:13px; border-radius:4px;">
               <el-row>
                 <el-col style="white-space:nowrap; display: flex; justify-content: center; align-items: center;margin-top:1.3%;">
                   用例名称
@@ -86,7 +86,7 @@
                 </el-col>
               </el-row>
             </el-header>
-            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:8px;">
+            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:4px;">
               <el-button type="primary" size="mini" style="margin-left:1%;" @click="uploadFile()">导入</el-button>
               <el-tooltip class="item" effect="light" content="导出勾选项,没有勾选将导出excel模版" placement="top">
                 <el-button style="margin-left:2%;" size="mini" @click="exportExcel">导出</el-button>
@@ -118,7 +118,7 @@
               </div>
             </el-main>
             <!-- xmind -->
-            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:8px;">
+            <el-main style="background:#ffffff; width:98%;margin:0% 1% 1% 1%; font-size:14px;border-radius:4px;">
               <el-button type="primary" size="mini" style="margin-left:1%;" @click="upload_File()">导入</el-button><br>
               <el-table :data="grid_xmind" size="mini" :header-cell-style="{ background: '#F0F2F4', color: '#333B4A' }" style="width: 100%; font-size:13px;margin-top:1%;" border>
                 <el-table-column prop="name" label="文件名" min-width="80" align="center">

+ 2 - 2
src/views/ToConfigure/configure.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="1hao" style="height: calc(100vh - 80px);background-color:#F2F3F6;display:flex;align-items: center;justify-content: center;">
-    <div class="2hao" style="height: 96%;width: 98%;background-color: white;overflow: auto;border-radius:8px;">
+    <div class="2hao" style="height: 96%;width: 98%;background-color: white;overflow: auto;border-radius:4px;">
       <el-tabs v-model="activeName" class="abc" @tab-click="handleClick">
         <el-tab-pane label="我的" name="second">
           <div align="right" style="margin-right: 1%;"><el-button size="mini" type="primary" @click="create_test(form)">新建团队</el-button></div>
@@ -318,7 +318,7 @@ export default {
     padding: 0% 2% 0 1% !important;
   }
   .bgColorSz .el-dialog {
-    border-radius: 8px;
+    border-radius: 4px;
   }
 </style>
 <style scoped>

+ 3 - 3
src/views/projectManage/bugList/bugindex.vue

@@ -5,14 +5,14 @@
         <el-row class="headerBg">
           <el-col :span="24" class="Layout">
             <div class="titFont Layout">
-              <span style="margin-left: 20%; width: 100px;  font-size: 22px; font-family:PingFangSC-Medium,PingFang SC;">缺陷</span>
+              <span style="margin-left: 15px; width: 100px;  font-size: 22px; font-family:PingFangSC-Medium,PingFang SC;">缺陷</span>
             </div>
             <el-button type="primary" size="mini" style="font-size: 14px;padding: 7px 10px;font-weight: normal" @click="createdDefect">新建缺陷</el-button>
           </el-col>
           <el-col :span="24">
-            <el-divider style="color: #EEF0F5;" />
+            <el-divider style="color: #EEF0F5;margin:10px 0 0 0" class="divider"/>
           </el-col>
-          <el-col :span="24" class="Layout" style="padding: 1.5% 0.5% 1.5% 1.5%;">
+          <el-col :span="24" class="Layout" style="padding: 0 0.5% 0 1.5%;">
             <el-form :model="formInline" class="flex_start" style="width: 100%;">
               <div class="Layout">
                 <div class="queryName">业务线</div>

+ 6 - 6
src/views/projectManage/bugList/css/index.css

@@ -19,7 +19,7 @@
    background: #FFFFFF;
    padding: 1%;
    height: auto;
-   border-radius: 8px;
+   border-radius: 4px;
    overflow-x: hidden;
 }
 .Layout {
@@ -48,7 +48,7 @@
 .DetailedScreening {
   border: 1px solid rgba(238,238,238,1);
   background: #FCFCFC;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .el-tooltip__popper {
@@ -77,7 +77,7 @@
     display: block;
     height: 1px;
     width: 100%;
-    margin: 15px 0;
+    margin: 10px;
 }
 
 .dividers {
@@ -184,7 +184,7 @@
   margin: -6px 0 -2px 0 !important;
 }
 .queryName {
-  width: 80px; 
-  color: #333333; 
+  width: 80px;
+  color: #333333;
   font-size: 14px;
-}
+}

+ 21 - 15
src/views/projectManage/bugList/details/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div v-if="type!=='page'" style="padding: 15px 5px 15px 30px" class="bug_manage_container  bug_manage bug_manage_title">
+    <div v-if="type!=='page'" style="padding: 15px 5px 5px 30px" class="bug_manage_container  bug_manage bug_manage_title">
       <span style="font-size:18px;font-weight:500;color:#333b4a">{{ 'BUG-'+ id }}</span>
       <el-button type="text" />
       <dropdown
@@ -8,20 +8,20 @@
         v-model="map.bugEnumList[bug.status]"
         :options="enums.bugEnumList"
         :size="'small'"
-        style="margin-left: 60px"
+        style="margin-left: 20px"
         class="button_status"
         @command="openStatsDialog"
       />
       <div style="display: inline-block;float:right">
         <el-dropdown placement="bottom">
-          <el-button size="small" plain class="button_delete"> ··· </el-button>
+          <el-button size="small" plain class="button_delete" style="padding:5px"> ··· </el-button>
           <el-dropdown-menu slot="dropdown" style="text-align: center;">
             <el-dropdown-item @click.native="getToDetails()">查看详情</el-dropdown-item>
             <el-dropdown-item @click.native="openDeleteDialog()">删除</el-dropdown-item>
           </el-dropdown-menu>
         </el-dropdown>
-        <div style="display: inline-block;margin-left: 10px;margin-right: 15px" @mousedown="iconName = 'float_反馈_icon_close_蓝色'">
-          <el-button size="medium" type="text" @click="closeDrawer();iconName = 'float_反馈_icon_close'">
+        <div style="display: inline-block;margin-left: 10px;margin-right: 15px;" @mousedown="iconName = 'float_反馈_icon_close_蓝色'">
+          <el-button size="medium" type="text" style="margin-top:-5px;" @click="closeDrawer();iconName = 'float_反馈_icon_close'">
             <svg-icon :icon-class="iconName" />
           </el-button>
         </div>
@@ -34,7 +34,7 @@
     >
       <el-header height="0" />
       <el-container>
-        <el-main v-loading="loading.title" class="layout_main bug_manage_title" :style="type=='page'?{'padding': '15px 30px 15px 30px'}:{'padding':'0px 30px 0px 15px'}">
+        <el-main v-loading="loading.title" class="layout_main bug_manage_title" :style="type=='page'?{'padding': '15px 30px 15px 30px'}:{'padding':'0px 30px 10px 15px'}">
           <span id="spanLength">{{ bugNameForm.bugName }}</span>
           <el-row v-if="type=='page'">
             <el-form
@@ -45,7 +45,7 @@
               :hide-required-asterisk="true"
             >
               <el-col id="divLength" :span="24" style="padding: 0">
-                <el-form-item :label="bug.bugId" prop="bugName" style="margin:0">
+                <el-form-item :label="bug.bugId" prop="bugName" style="margin:0;margin-bottom:0px">
                   <el-input
                     v-model="bugNameForm.bugName"
                     type="textarea"
@@ -102,8 +102,8 @@
           </div>
         </el-main>
       </el-container>
-      <el-container :style="type=='page'?{'margin-top':'20px'}:{}" class="bug_manage" :direction="type == 'page'?'horizontal':'vertical'">
-        <el-aside :style="type=='page'?{'margin-right':'1.5%','width':'70%'}:{'width':'100%'}">
+      <el-container :style="type=='page'?{'margin-top':'10px'}:{}" class="bug_manage" :direction="type == 'page'?'horizontal':'vertical'">
+        <el-aside :style="type=='page'?{'margin-right':'10px','width':'70%'}:{'width':'100%'}">
           <el-main v-loading="loading.details" class="layout_main bug_manage_bug_details" :style="type=='page'?{'padding': '20px 30px'}:{'padding-left': '30px','padding-right': '30px'}">
             <div class="module_title">
               <div class="module_title__sign" />
@@ -212,7 +212,7 @@
               </el-aside>
             </el-container>
           </el-main>
-          <el-main v-loading="loading.appInfo" :style="type=='page'?{'padding': '20px 30px','margin-top': '20px'}:{'padding-left':'30px','padding-right':'30px'}" class="layout_main bug_manage bug_manage_app_info">
+          <el-main v-loading="loading.appInfo" :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px','padding-right':'30px'}" class="layout_main bug_manage bug_manage_app_info">
             <div class="module_title">
               <div class="module_title__sign" />
               <div class="module_title__caption">客户端信息</div>
@@ -350,7 +350,7 @@
               </el-form>
             </el-aside>
           </el-main>
-          <el-main class="layout_main bug_manage_time_length" :style="type=='page'?{'padding': '20px 30px','margin-top': '20px'}:{'padding-left':'30px'}">
+          <el-main class="layout_main bug_manage_time_length" :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}">
             <div class="module_title">
               <div class="module_title__sign" />
               <div class="module_title__caption">时间</div>
@@ -381,7 +381,7 @@
         </el-aside>
       </el-container>
       <el-container :style="type=='page'?{'width':'70%'}:{'width':'100%'}" direction="vertical">
-        <el-main v-loading="loading.describe" :style="type=='page'?{'padding': '20px 30px','margin-top': '20px'}:{'padding-left':'30px'}" class="layout_main">
+        <el-main v-loading="loading.describe" :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}" class="layout_main">
           <div class="module_title">
             <div class="module_title__sign" />
             <div class="module_title__caption">描述</div>
@@ -412,7 +412,7 @@
             </div>
           </div>
         </el-main>
-        <el-main v-loading="loading.accessory" :style="type=='page'?{'padding': '20px 30px','margin-top': '20px'}:{'padding-left':'30px'}" class="layout_main">
+        <el-main v-loading="loading.accessory" :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}" class="layout_main">
           <div class="module_title">
             <div class="module_title__sign" />
             <div class="module_title__caption">附件</div>
@@ -436,7 +436,7 @@
             <img width="100%" :src="dialogImageUrl" alt="图片加载失败···">
           </el-dialog>
         </el-main>
-        <el-main :style="type=='page'?{'padding': '20px 30px','margin-top': '20px'}:{'padding-left':'30px'}" class="layout_main">
+        <el-main :style="type=='page'?{'padding': '20px 30px','margin-top': '10px'}:{'padding-left':'30px'}" class="layout_main">
           <div class="module_title">
             <div class="module_title__sign" />
             <div class="module_title__caption">评论</div>
@@ -1140,7 +1140,7 @@ export default {
 .layout_header,
 .layout_aside,
 .layout_main {
-  border-radius: 8px;
+  border-radius: 4px;
   background-color: #ffffff;
 }
 .bug_manage_dialog_fixMethod .el-form-item__label {
@@ -1287,4 +1287,10 @@ export default {
   margin-left:6px;
   font-weight: 500;
 }
+.layout_main .el-form-item{
+  margin-bottom:0px;
+}
+.layout_main .el-divider--horizontal{
+  margin:10px 0 5px 0;
+}
 </style>

+ 2 - 3
src/views/projectManage/projectList/css/index.css

@@ -56,7 +56,7 @@
 
 .bgborder {
   background-color: #FFFFFF;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .el-dialog__header {
@@ -67,7 +67,7 @@
   text-align: right;
   margin: 1%;
   background-color: #FFFFFF;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .aside {
@@ -199,4 +199,3 @@
 .descr::-webkit-scrollbar{
   width:0;
   }
- 

+ 4 - 4
src/views/projectManage/projectList/projectIndex.vue

@@ -9,7 +9,7 @@
       </div>
       <el-divider style="color: #EEF0F5;" />
       <div class="Layout">
-        <div style="margin-left:1%">
+        <div style="margin-left:1%;margin-bottom: -10px;">
           <el-form :model="form_all" class="Layout">
             <div class="Layout">
               <div class="queryName">业务线</div>
@@ -514,7 +514,7 @@ export default {
   text-align: right;
   margin: 1%;
   background-color: #ffffff;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .requirement-x .el-table .cell {
@@ -572,7 +572,7 @@ export default {
     // color #409EFF !important
     background #EDF6FF
   .stylus-head >>> .el-divider--horizontal
-    margin 15px 0
+    margin 10px
   .stylus-head >>> .el-form-item
     margin-bottom 0
   .stylus-head
@@ -580,7 +580,7 @@ export default {
     padding 2%
     margin:0 auto 1% auto
     background-color white
-    border-radius 8px
+    border-radius 4px
     .stylus-title
       display flex
       justify-content space-between

+ 1 - 1
src/views/projectManage/requirement/details/index.vue

@@ -762,7 +762,7 @@ export default {
 .layout_header,
 .layout_aside,
 .layout_main {
-  border-radius: 8px;
+  border-radius: 4px;
   background-color: #ffffff;
 }
 .div_statistics > .el-container {

+ 5 - 5
src/views/projectManage/requirement/list/index.vue

@@ -7,7 +7,7 @@
       </div>
       <el-divider style="color: #EEF0F5;" />
       <div class="Layout">
-        <div style="margin: 0 1%; width: 100%;">
+        <div style="margin: 0px 1% -10px 1%; width: 100%;">
           <el-form :model="searchForm" class="flex_start">
             <div class="Layout">
               <div class="queryName">业务线</div>
@@ -331,12 +331,12 @@ export default {
 .requirement-header {
   margin: 1%;
   background-color: #ffffff;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 .requirement-main {
   margin: 0 1%;
   background-color: #ffffff;
-  border-radius: 8px;
+  border-radius: 4px;
   padding: 0%;
 }
 .priority_div {
@@ -390,7 +390,7 @@ export default {
   .stylus-content >>> .el-table .el-table__body tr:hover td
     background #EDF6FF
   .stylus-head >>> .el-divider--horizontal
-    margin 15px 0
+    margin 10px
   .stylus-head >>> .el-form-item
     margin-bottom 0
   .stylus-head
@@ -398,7 +398,7 @@ export default {
     padding 2%
     margin:0 auto 1% auto
     background-color white
-    border-radius 8px
+    border-radius 4px
     .stylus-title
       display flex
       justify-content space-between

+ 6 - 6
src/views/projectManage/taskList/taskIndex.vue

@@ -13,7 +13,7 @@
       </div>
       <el-divider style="color: #EEF0F5;" />
       <div class="Layout">
-        <div style="margin-left:1%">
+        <div style="margin:0 1% -10px 1%;">
           <el-form :model="form_task" class="flex_start">
             <div class="Layout">
               <div class="queryName">业务线</div>
@@ -147,8 +147,8 @@
         size="small"
         show-overflow-tooltip="true"
       >
-        <el-table-column label min-width="30" align="center">{{ '' }}</el-table-column>
-        <el-table-column label="任务名称" min-width="250" show-overflow-tooltip>
+        <!--<el-table-column label min-width="30" align="center">{{ '' }}</el-table-column>-->
+        <el-table-column label="任务名称" min-width="250" show-overflow-tooltip align="left">
           <template slot-scope="scope">
             <span style="font-size: 12px;color: rgba(167,174,188,1);">{{ scope.row.taskIdSting }}</span><br>
             <span class="stylus-hover" @click="link_task(scope.row.id)">{{ scope.row.name }}</span>
@@ -424,7 +424,7 @@ export default {
   text-align: right;
   margin: 1%;
   background-color: #ffffff;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 .bgborder .el-table .cell {
     box-sizing: border-box;
@@ -462,7 +462,7 @@ export default {
     // color #409EFF !important
     background #EDF6FF
   .stylus-head >>> .el-divider--horizontal
-    margin 15px 0
+    margin 10px
   .stylus-head >>> .el-form-item
     margin-bottom 0
   .stylus-head
@@ -470,7 +470,7 @@ export default {
     padding 2%
     margin:0 auto 1% auto
     background-color white
-    border-radius 8px
+    border-radius 4px
     .stylus-title
       display flex
       justify-content space-between

+ 2 - 2
src/views/projectManage/taskList/taskViewDetails.vue

@@ -1325,13 +1325,13 @@ export default {
 
 .bgborder {
   background-color: #FFFFFF;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .footer {
   margin: 0 1% 1% 1%;
   background-color: #FFFFFF;
-  border-radius: 8px;
+  border-radius: 4px;
 }
 
 .aside {

+ 1 - 1
src/views/projectManage/taskList/versionsCalendar.vue

@@ -570,7 +570,7 @@ export default {
 
   .footer { text-align: right; margin: 1%; background-color: #FFFFFF; border-radius: 8px; }
 
-  .bgborder { background-color: #FFFFFF; border-radius: 8px;}
+  .bgborder { background-color: #FFFFFF; border-radius: 4px;}
 
   .bgborderNow .el-table .el-table__body tr:hover td { color: #409EFF; background: #EDF6FF;} /*hover时字体, 背景颜色*/
 

+ 2 - 2
src/views/projectManage/version/list/index.vue

@@ -454,7 +454,7 @@ export default {
 }
 .layout_header,
 .layout_main {
-  border-radius: 8px;
+  border-radius: 4px;
   background-color: #ffffff;
 }
 .layout_main {
@@ -488,7 +488,7 @@ export default {
   color: #ffffff;
   -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
   clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
-  border-radius: 8px;
+  border-radius: 4px;
 }
 </style>