修改禅道已知bug
This commit is contained in:
+16
-3
@@ -65,12 +65,15 @@
|
|||||||
<div class="text-content">
|
<div class="text-content">
|
||||||
{{item.contentOne}}
|
{{item.contentOne}}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-text-right-text-Two">
|
<div class="text-text-right-text-The">
|
||||||
{{item.showPermissions_dicText}}
|
{{item.showPermissions_dicText}}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-text-right-text-One">
|
<div class="text-text-right-text-Two">
|
||||||
{{item.releaseStatus == 'Draft'?$t('draft'):$t('HaveReleased')}}
|
{{item.releaseStatus == 'Draft'?$t('draft'):$t('HaveReleased')}}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="text-text-right-text-One">
|
||||||
|
{{item.createBy}}
|
||||||
|
</div>
|
||||||
<div class="text-text-right-text">
|
<div class="text-text-right-text">
|
||||||
<a style="margin-right: 10px" @click="edit(item)"
|
<a style="margin-right: 10px" @click="edit(item)"
|
||||||
v-if="userInfoQuery.username == item.createBy || administrators">{{$t('edit')}}</a>
|
v-if="userInfoQuery.username == item.createBy || administrators">{{$t('edit')}}</a>
|
||||||
@@ -325,7 +328,7 @@
|
|||||||
|
|
||||||
.text-text-right {
|
.text-text-right {
|
||||||
padding: 19px 19px;
|
padding: 19px 19px;
|
||||||
width: calc(100% - 420px);
|
width: calc(100% - 540px);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
/*margin-left: 38px;*/
|
/*margin-left: 38px;*/
|
||||||
}
|
}
|
||||||
@@ -340,6 +343,16 @@
|
|||||||
transform: translate-Y(-50%);
|
transform: translate-Y(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-text-right-text-The {
|
||||||
|
width: 120px;
|
||||||
|
height: 100%;
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
right: 420px;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate-Y(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
.text-text-right-text-One {
|
.text-text-right-text-One {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<div v-else style="height: 200px;position: relative">
|
<div v-else style="height: 200px;position: relative">
|
||||||
<JNoData/>
|
<JNoData/>
|
||||||
</div>
|
</div>
|
||||||
<JLoading :loading="loading">{{$t('dataLoading')}}</JLoading>
|
<JLoading style="z-index: 999" :loading="loading">{{$t('dataLoading')}}</JLoading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<div v-else style="height: 300px;position: relative">
|
<div v-else style="height: 300px;position: relative">
|
||||||
<JNoData/>
|
<JNoData/>
|
||||||
</div>
|
</div>
|
||||||
<JLoading :loading="loading">{{$t('dataLoading')}}</JLoading>
|
<JLoading style="z-index: 999" :loading="loading">{{$t('dataLoading')}}</JLoading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
<div v-else style="height: 300px;position: relative">
|
<div v-else style="height: 300px;position: relative">
|
||||||
<JNoData/>
|
<JNoData/>
|
||||||
</div>
|
</div>
|
||||||
<JLoading :loading="loading">{{$t('dataLoading')}}</JLoading>
|
<JLoading style="z-index: 999" :loading="loading">{{$t('dataLoading')}}</JLoading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<div v-else style="height: 300px;position: relative">
|
<div v-else style="height: 300px;position: relative">
|
||||||
<JNoData/>
|
<JNoData/>
|
||||||
</div>
|
</div>
|
||||||
<JLoading :loading="loading">{{$t('dataLoading')}}</JLoading>
|
<JLoading style="z-index: 999" :loading="loading">{{$t('dataLoading')}}</JLoading>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -308,7 +308,7 @@
|
|||||||
|
|
||||||
.text-field-content {
|
.text-field-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 34px;
|
||||||
|
|
||||||
.text-field-left {
|
.text-field-left {
|
||||||
width: 124px;
|
width: 124px;
|
||||||
|
|||||||
Reference in New Issue
Block a user