|
@@ -206,10 +206,14 @@
|
|
|
:before-close="init">
|
|
|
|
|
|
<div class="diaTit">
|
|
|
- <div class="spans">项目名称:</div>
|
|
|
- <div class="spanCon">人工智能分链机器</div>
|
|
|
- <div class="spans" style="margin-left: 50px;">项目负责人:</div>
|
|
|
- <div class="spanCon">徐晓霞</div>
|
|
|
+ <!-- <div style="width: 50%;display: flex;"> -->
|
|
|
+ <div class="spans">项目名称</div>
|
|
|
+ <div class="spanCon">:人工智能分链机器</div>
|
|
|
+ <!-- </div> -->
|
|
|
+
|
|
|
+
|
|
|
+ <div class="spans" style="margin-left: 30px;">项目负责人</div>
|
|
|
+ <div class="spanCon">:徐晓霞</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="diaTit1">
|
|
@@ -397,27 +401,24 @@
|
|
|
margin-right: 10px;
|
|
|
display: inline-block;
|
|
|
text-align: justify;
|
|
|
+ color: #000;
|
|
|
+ font-size: 16px;
|
|
|
text-justify:distribute-all-lines;
|
|
|
text-align-last: justify;
|
|
|
transform: translate(0,22%);
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
- .spanCon{
|
|
|
+
|
|
|
+ }
|
|
|
+ .spanCon{
|
|
|
font-size: 16px;
|
|
|
margin-top: 5px;
|
|
|
color: #a0a0a0;
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- .diaTit1{ //label和input框
|
|
|
- display: flex;
|
|
|
- width: 70%;
|
|
|
- margin-top: 20px;
|
|
|
- .spans1{ //label
|
|
|
+ .spans1{ //label
|
|
|
min-width: 84px;
|
|
|
font-size: 16px;
|
|
|
+ color: #000;
|
|
|
margin-right: 10px;
|
|
|
display: inline-block;
|
|
|
text-align: justify;
|
|
@@ -425,14 +426,14 @@
|
|
|
text-align-last: justify;
|
|
|
transform: translate(0,22%);
|
|
|
}
|
|
|
+
|
|
|
+ .diaTit1{ //label和input框
|
|
|
+ display: flex;
|
|
|
+ width: 70%;
|
|
|
+ margin-top: 20px;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
.dialog-footer{
|
|
|
width: 100%;
|
|
|
display: flex;
|