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