| @@ -101,6 +101,10 @@ | |||||
| line-height: 30px; | line-height: 30px; | ||||
| padding-bottom: 20px; | padding-bottom: 20px; | ||||
| } | } | ||||
| .ti-text-form-contentline60{ | |||||
| line-height: 60px; | |||||
| padding-bottom: 20px; | |||||
| } | |||||
| .ti-form>tbody>tr>td { | .ti-form>tbody>tr>td { | ||||
| vertical-align: top; | vertical-align: top; | ||||
| white-space: normal; | white-space: normal; | ||||
| @@ -114,6 +118,11 @@ td, th { | |||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| } | } | ||||
| .text-span-new { | |||||
| width: 450px; | |||||
| overflow: hidden; | |||||
| text-overflow: ellipsis; | |||||
| } | |||||
| .redo-color{ | .redo-color{ | ||||
| color: #3291F8; | color: #3291F8; | ||||
| } | } | ||||
| @@ -290,13 +299,24 @@ td, th { | |||||
| </div> | </div> | ||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr class="ti-no-ng-animate"> | |||||
| <tr class="ti-no-ng-animate"> | |||||
| <td class="ti-no-ng-animate ti-text-form-label text-width80"> | <td class="ti-no-ng-animate ti-text-form-label text-width80"> | ||||
| 数据集下载地址 | |||||
| {{$.i18n.Tr "cloudbrain.description"}} | |||||
| </td> | </td> | ||||
| <td class="ti-text-form-content"> | <td class="ti-text-form-content"> | ||||
| <div class="text-span text-span-w" id="model_description"> | <div class="text-span text-span-w" id="model_description"> | ||||
| {{.Description}} | |||||
| </div> | |||||
| </td> | |||||
| </tr> | |||||
| <tr class="ti-no-ng-animate"> | |||||
| <td class="ti-no-ng-animate ti-text-form-label text-width80"> | |||||
| 数据集下载地址 | |||||
| </td> | |||||
| <td class="ti-text-form-contentline60"> | |||||
| <div class="text-span-new" id="model_description"> | |||||
| {{$.datasetDownloadLink}} | {{$.datasetDownloadLink}} | ||||
| </div> | </div> | ||||
| </td> | </td> | ||||
| @@ -382,17 +402,7 @@ td, th { | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| <tr class="ti-no-ng-animate"> | |||||
| <td class="ti-no-ng-animate ti-text-form-label text-width80"> | |||||
| {{$.i18n.Tr "cloudbrain.description"}} | |||||
| </td> | |||||
| <td class="ti-text-form-content"> | |||||
| <div class="text-span text-span-w" id="model_description"> | |||||
| {{.Description}} | |||||
| </div> | |||||
| </td> | |||||
| </tr> | |||||
| </tbody> | </tbody> | ||||
| </table> | </table> | ||||
| </div> | </div> | ||||