Showing
4 changed files
with
7 additions
and
7 deletions
@@ -14,7 +14,7 @@ export function productDatas(){ | @@ -14,7 +14,7 @@ export function productDatas(){ | ||
14 | }, | 14 | }, |
15 | { | 15 | { |
16 | title:'CMDB资产管理', | 16 | title:'CMDB资产管理', |
17 | - introduction:'建立以应用为中心的资源 管理模型,促进资产到资源的转变', | 17 | + introduction:'建立以应用为中心的资源管理模型,促进资产到资源的转变', |
18 | introData:['随需而动的资源管理模型','独有的双模自动发现能力','面向业务的关联分析','丰富多样的服务化API'], | 18 | introData:['随需而动的资源管理模型','独有的双模自动发现能力','面向业务的关联分析','丰富多样的服务化API'], |
19 | type:'cmdb' | 19 | type:'cmdb' |
20 | }, | 20 | }, |
@@ -43,13 +43,13 @@ export function Information() { | @@ -43,13 +43,13 @@ export function Information() { | ||
43 | dataSecond:[ | 43 | dataSecond:[ |
44 | { | 44 | { |
45 | icon:'assets/img/serviceSecond/information/advantage-1.png', | 45 | icon:'assets/img/serviceSecond/information/advantage-1.png', |
46 | - title:'“护网””等保”各规章变成“流程”强制性管控', | 46 | + title: '“护网”“等保”各规章变成“流程”强制性管控', |
47 | introduction:'特点:规章落地 提前约束 流程强制 全程留痕', | 47 | introduction:'特点:规章落地 提前约束 流程强制 全程留痕', |
48 | img:'assets/img/serviceSecond/information/advantageImg-1.png' | 48 | img:'assets/img/serviceSecond/information/advantageImg-1.png' |
49 | }, | 49 | }, |
50 | { | 50 | { |
51 | icon:'assets/img/serviceSecond/information/advantage-2.png', | 51 | icon:'assets/img/serviceSecond/information/advantage-2.png', |
52 | - title:'通过”安全流程“提前管控日常操作、留痕', | 52 | + title:'通过'+"“安全流程”"+'提前管控日常操作、留痕', |
53 | introduction:'', | 53 | introduction:'', |
54 | img:'assets/img/serviceSecond/information/advantageImg-2.png' | 54 | img:'assets/img/serviceSecond/information/advantageImg-2.png' |
55 | }, | 55 | }, |
@@ -24,17 +24,17 @@ | @@ -24,17 +24,17 @@ | ||
24 | </div> | 24 | </div> |
25 | <div class="detail m-1em"> | 25 | <div class="detail m-1em"> |
26 | <ul> | 26 | <ul> |
27 | - <li class="font-size-13 mt-25"> | 27 | + <li class="font-size-14 mt-25"> |
28 | <span class="key font-weight-bold">招聘类型:</span> | 28 | <span class="key font-weight-bold">招聘类型:</span> |
29 | <span class="value d-inline-block min-width-100">{{recruitLeft.recType}}</span> | 29 | <span class="value d-inline-block min-width-100">{{recruitLeft.recType}}</span> |
30 | <span class="key font-weight-bold">工作性质:</span> | 30 | <span class="key font-weight-bold">工作性质:</span> |
31 | <span class="value d-inline-block min-width-100">{{recruitLeft.jobType}}</span> | 31 | <span class="value d-inline-block min-width-100">{{recruitLeft.jobType}}</span> |
32 | </li> | 32 | </li> |
33 | - <li class="font-size-13 mt-25"> | 33 | + <li class="font-size-14 mt-25"> |
34 | <span class="key font-weight-bold">截止时间:</span> | 34 | <span class="key font-weight-bold">截止时间:</span> |
35 | <span class="value">{{recruitLeft.time}}</span> | 35 | <span class="value">{{recruitLeft.time}}</span> |
36 | </li> | 36 | </li> |
37 | - <li class="font-size-13 mt-25"> | 37 | + <li class="font-size-14 mt-25"> |
38 | <span class="key font-weight-bold">工作地点:</span> | 38 | <span class="key font-weight-bold">工作地点:</span> |
39 | <span class="value">{{recruitLeft.workPlace}}</span> | 39 | <span class="value">{{recruitLeft.workPlace}}</span> |
40 | </li> | 40 | </li> |
-
Please register or login to post a comment