diff --git a/index.html b/index.html index 2c19e6cbb33a4a3d10c792fcc9a7c0cefc27658d..af2a17a7e168c43d19834694c118165f870ee34e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@
+ 本月获取: + + {{ cellData.deploy_times }} + + 次 +
++ {{ cellData.yyjj }} +
++ 本月获取: + + {{ cellData.apply_num }} + + 次 +
+ {{ cellData.descript }} +
+- om=[] + + 最高 {{ diaForm.perRAMs }}GB + 默认 {{ diaForm.perRAM }}GB @@ -1322,11 +1297,7 @@ export default { { value: "8", label: "8" }, { value: "16", label: "16" }, ], - optionsRAM: [ - { value: "8", label: "8" }, - { value: "16", label: "16" }, - { value: "32", label: "32" }, - ], + optionsRAM: [], options_store_type: [ { value: "nfs-client", label: "nfs-client" }, { value: "rook-ceph-block", label: "rook-ceph-block" }, @@ -1851,8 +1822,9 @@ export default { } .form_title { font-size: 16px; + line-height: 16px; font-weight: bold; - margin: 10px 0; + margin: 32px 0 24px; padding: 0 0 0 15px; position: relative; color: #58617a; @@ -1865,14 +1837,22 @@ export default { background-color: #515fe7; border-radius: 2px; left: 0; - top: 2px; + top: -1px; } .form_item { - width: calc(100% - 20px); + width: calc(100%); } .form_item_title { - padding: 0 15px; - line-height: 40px; + margin: 0 0 12px; + line-height: 14px; + font-size: 14px; + color: #58617a; +} +.form_item_title_1 { + margin: 0; + line-height: 14px; + font-size: 14px; + color: #58617a; } .input_has_right { position: relative; @@ -1885,7 +1865,7 @@ export default { background-color: #edeef4; border: 1px #e3e5ef solid; color: #8890a7; - border-radius: 0 8px 8px 0; + border-radius: 0 6px 6px 0; position: absolute; right: 0; } @@ -1900,7 +1880,7 @@ export default { background-color: #edeef4; border: 1px #e3e5ef solid; color: #8890a7; - border-radius: 8px 0 0 8px; + border-radius: 6px 0 0 6px; position: absolute; left: 0; } @@ -1912,26 +1892,28 @@ export default { right: 0; } .select_title { - padding: 20px 15px; + padding: 32px 0 12px; font-size: 16px; + line-height: 16px; font-weight: bold; - color: #242c43; + color: #58617a; } .now_spec { - padding: 10px 15px; + padding: 0 0 12px; } .now_spec_cards { + margin-bottom: 24px; } .now_spec_card { display: inline-block; - width: 165px; - height: 50px; + width: 194px; + height: 40px; background-color: #f7f8f9; - border-radius: 8px; - line-height: 50px; + border-radius: 6px; + line-height: 40px; padding: 0 20px; position: relative; - margin-right: 20px; + margin-right: 24px; } .now_spec_card_title { color: #6573ae; @@ -1945,15 +1927,15 @@ export default { } .now_spec_card_img { position: relative; - top: 2px; + top: 1px; } .now_rqz_card { display: inline-block; - width: 193px; - height: 78px; + width: 304px; + height: 40px; background-color: #f7f8f9; - border-radius: 8px; - line-height: 78px; + border-radius: 6px; + line-height: 40px; padding: 0 20px; position: relative; margin-right: 20px; @@ -1965,28 +1947,29 @@ export default { .now_rqz_card_val_div { color: #0d1847; position: absolute; - line-height: 30px; + line-height: 40px; right: 20px; - top: 9px; + top: 0; } .now_rqz_card_val { } .now_rqz_card_img { position: relative; - top: 2px; + top: 1px; } .now_spec_card_time { width: 381px; - height: 50px; + height: 40px; background-color: #f7f8f9; - border-radius: 8px; - line-height: 50px; + border-radius: 6px; + line-height: 40px; padding: 0 20px; position: relative; + margin-bottom: 24px; } .now_spec_card_time_img { position: relative; - top: 2px; + top: 1px; } .now_spec_card_time_title { color: #6573ae; @@ -2072,7 +2055,7 @@ export default { margin-right: 20px; } .doc_template { - margin: 0 0 10px 20px; + margin: 0 0 12px; } .up_f { width: calc(50% - 10px); @@ -2206,6 +2189,9 @@ export default { .clear_xxx { clear: both; } +.disk__table { + margin-bottom: 0; +} diff --git a/src/pages/authority/organization/organization.vue b/src/pages/authority/organization/organization.vue index 2e296125fcb615fb288d43a82455cd5199e9c2bc..044fcdd80abf0153a8b15830b540455378ae8a83 100644 --- a/src/pages/authority/organization/organization.vue +++ b/src/pages/authority/organization/organization.vue @@ -2,6 +2,8 @@
- {{sparkline1.num}}
+ {{ sparkline1.num }}
- {{sparkline1.up>0?sparkline1.up:0-sparkline1.up}}%
+ {{
+ sparkline1.up > 0
+ ? sparkline1.up
+ : 0 - sparkline1.up
+ }}%
-
+
- {{sparkline2.num}}
+ {{ sparkline2.num }}
- {{sparkline2.up>0?sparkline2.up:0-sparkline2.up}}%
+ {{
+ sparkline2.up > 0
+ ? sparkline2.up
+ : 0 - sparkline2.up
+ }}%
-
+