Merge pull request #6564 from zhoumeina/fix_retag_ui

fix retag project list can not select
This commit is contained in:
Mia ZHOU 2018-12-19 15:24:27 +08:00 committed by GitHub
commit f21cce7cbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<form [formGroup]="imageNameForm" class="clr-form clr-form-compact">
<form [formGroup]="imageNameForm" class="clr-form clr-form-compact" (mouseleave)="leaveProjectInput()">
<div class="clr-form-control clr-row">
<label for="project-name" class="required clr-control-label clr-col-xs-12 clr-col-md-4">{{ 'PROJECT.NAME' | translate }}</label>
<div class="clr-control-container clr-col-xs-12 clr-col-md-8">
<div class="clr-input-wrapper" (mouseleave)="leaveProjectInput()">
<label aria-haspopup="true" role="tooltip" class="wrap-label tooltip tooltip-validation tooltip-md tooltip-bottom-left" [class.invalid]='noProjectInfo'>
<div class="clr-input-wrapper">
<label aria-haspopup="true" role="tooltip" class="wrap-label tooltip tooltip-validation tooltip-md tooltip-top-left" [class.invalid]='noProjectInfo'>
<input type="text"
id="project-name"
class="clr-input"

View File

@ -1,10 +1,10 @@
.clr-form {
margin-top:30px;
width:100%;
}
.select-box {
position: absolute;
width: 100%;
height: auto;
background-color: white;
border: 1px solid rgba(0, 0, 0, .15);
@ -12,6 +12,8 @@
border-bottom-width: 2px;
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
z-index:1;
width:100%;
ul {
li {