|
@@ -2,6 +2,7 @@
|
|
|
<div class="wb-op-detial">
|
|
|
<div class="content headerH1">
|
|
|
<div style="width: 70%">
|
|
|
+ <div class="titleId">PROBLEM-{{ form_data.id }}</div>
|
|
|
<el-input
|
|
|
v-if="form_data"
|
|
|
v-model="form_data.title"
|
|
@@ -63,7 +64,7 @@
|
|
|
<div class="content">
|
|
|
<header class="headerH2">
|
|
|
<headTitle title="改进项" :icon="makeBetterEdit ? '' : 'el-icon-edit'" :open-btn="true" @handle="makeBetterEdit = true">
|
|
|
- <span slot="handleSlot">
|
|
|
+ <span slot="handleSlot" class="handleSlot">
|
|
|
<span v-show="makeBetterEdit" class="makeBetterBtn" @click="makeBetterSave">
|
|
|
<i class="el-icon-circle-check" />
|
|
|
保存
|
|
@@ -329,6 +330,11 @@ export default {
|
|
|
.headerH1 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ .titleId {
|
|
|
+ color: #A7AEBC;
|
|
|
+ font-size: 12px;
|
|
|
+ margin-bottom: -4px;
|
|
|
+ }
|
|
|
.title {
|
|
|
color: #444;
|
|
|
font-size: 22px;
|
|
@@ -344,12 +350,18 @@ export default {
|
|
|
}
|
|
|
.headerH2 {
|
|
|
margin-top: 5px;
|
|
|
+ .handleSlot {
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
.makeBetterBtn {
|
|
|
color: #1890FF;
|
|
|
- margin-left: 15px;
|
|
|
+ margin-left: 6px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
+ .el-icon-link {
|
|
|
+ margin-left: 4px;
|
|
|
+ }
|
|
|
.replayLink {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
@@ -364,15 +376,16 @@ export default {
|
|
|
.wb-op-detial {
|
|
|
.content {
|
|
|
&.headerH1 {
|
|
|
- padding: 0px 30px;
|
|
|
+ padding: 0px 20px 0 30px;
|
|
|
height: 60px;
|
|
|
- line-height: 60px;
|
|
|
+ align-items: center;
|
|
|
.title {
|
|
|
.el-input__inner {
|
|
|
border-color: transparent;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
color: #333b4a;
|
|
|
- font-size: 20px;
|
|
|
- font-weight: 500;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 600;
|
|
|
&:hover {
|
|
|
border-color: #DCDFE6;
|
|
|
}
|