提交 8bb5157d 编写于 作者: B break60 提交者: lgcareer

Modify the list field value and field length limit (#1071)

* Solve cookie concatenation and pop-up display centering

* Modify the list field value and field length limit
上级 1306206b
......@@ -353,7 +353,7 @@
min-height: 300px;
background: #fff;
border-radius: 3px;
margin-top: -24%;
margin-top: 0;
.crontab-box {
margin: -6px;
.v-crontab {
......
......@@ -52,7 +52,7 @@
</td>
<td><span class="ellipsis">{{item.fileName}}</span></td>
<td>
<span v-if="item.desc" class="ellipsis" v-tooltip="item.desc">{{item.desc}}</span>
<span v-if="item.description" class="ellipsis" v-tooltip="item.description">{{item.description}}</span>
<span v-else>-</span>
</td>
<td>
......
......@@ -67,7 +67,7 @@ v-ps<template>
<span>{{item.type}}</span>
</td>
<td>
<span v-if="item.desc" class="ellipsis" v-tooltip="item.desc">{{item.desc}}</span>
<span v-if="item.description" class="ellipsis" v-tooltip="item.description">{{item.description}}</span>
<span v-else>-</span>
</td>
<td>
......
......@@ -58,7 +58,7 @@
<span>{{_rtSize(item.size)}}</span>
</td>
<td>
<span v-if="item.desc" class="ellipsis" v-tooltip="item.desc">{{item.desc}}</span>
<span v-if="item.description" class="ellipsis" v-tooltip="item.description">{{item.description}}</span>
<span v-else>-</span>
</td>
<td>
......
......@@ -28,6 +28,7 @@
<x-input
type="input"
v-model="userName"
maxlength="60"
:placeholder="$t('Please enter user name')">
</x-input>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册