Commit b61e14f9 by Jony.L

算力资源 客户端展示服务器用户名密码 修改算力资源列表content高度

parent 2db0953e
...@@ -614,7 +614,7 @@ const clearProtocol = () => { ...@@ -614,7 +614,7 @@ const clearProtocol = () => {
} }
.version-2 { .version-2 {
height: 492px; height: 1000px;
margin: 0 -12px; margin: 0 -12px;
overflow-x: auto; overflow-x: auto;
......
...@@ -82,6 +82,14 @@ ...@@ -82,6 +82,14 @@
<div class="value">{{ form.location || '-' }}</div> <div class="value">{{ form.location || '-' }}</div>
</div> </div>
<div class="info-item flex-align-center flex-space-between"> <div class="info-item flex-align-center flex-space-between">
<div class="label">服务器用户名</div>
<div class="value">{{ form.initUsername || '-' }}</div>
</div>
<div class="info-item flex-align-center flex-space-between">
<div class="label">服务器密码</div>
<div class="value">{{ form.initPassword || '-' }}</div>
</div>
<div class="info-item flex-align-center flex-space-between">
<div class="label">租期</div> <div class="label">租期</div>
<div class="value">{{ form.skuName }}</div> <div class="value">{{ form.skuName }}</div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment