mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 19:58:29 +08:00
* fix udfs assignment and task instance page jump #1789 * jest add coverage display * Fix data echo, style, popup cannot be closed and license * Fix data echo, style, popup cannot be closed and license * fix * Requests the previous page when there is no data on the list page * Fix DAG task nodes keep requesting API and tooltip background color modification * Modify list tooltip theme color * Fix UDF function list delete data without refresh and page data display widened
This commit is contained in:
parent
16913bacd7
commit
9549910fcc
@ -76,7 +76,8 @@
|
||||
filterable
|
||||
v-model="resourceId"
|
||||
:disabled="isUpdate"
|
||||
style="width: 200px">
|
||||
:add-title="true"
|
||||
style="width: 261px">
|
||||
<x-option
|
||||
v-for="city in udfResourceList"
|
||||
:key="city.id"
|
||||
|
@ -142,7 +142,7 @@ v-ps<template>
|
||||
id: item.id
|
||||
}).then(res => {
|
||||
this.$refs[`poptip-${i}`][0].doClose()
|
||||
this.$emit('_updateList')
|
||||
this.$emit('on-update')
|
||||
this.$message.success(res.msg)
|
||||
}).catch(e => {
|
||||
this.$refs[`poptip-${i}`][0].doClose()
|
||||
@ -156,6 +156,7 @@ v-ps<template>
|
||||
showMask: true,
|
||||
escClose: true,
|
||||
className: 'v-modal-custom',
|
||||
width: '800px',
|
||||
transitionName: 'opacityp',
|
||||
render (h) {
|
||||
return h(mCreateUdf, {
|
||||
|
@ -17,7 +17,7 @@
|
||||
<template>
|
||||
<m-popup :ok-text="$t('Submit')" :nameText="type.name + $t('Authorize')" @ok="_ok" ref="popup">
|
||||
<template slot="content">
|
||||
<div class="clearfix transfer-model">
|
||||
<div class="clearfix transfer-model" style="width: 660px">
|
||||
<div>
|
||||
<x-button-group v-model="checkedValue" size="small">
|
||||
<x-button type="ghost" value="fileResource" @click="_ckFile">{{$t('File resources')}}</x-button>
|
||||
@ -195,7 +195,7 @@
|
||||
.transfer-model {
|
||||
padding: 0 20px;
|
||||
.select-list-box {
|
||||
width: 220px;
|
||||
width: 300px;
|
||||
float: left;
|
||||
border: 1px solid #dcdee2;
|
||||
border-radius: 3px;
|
||||
@ -237,7 +237,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 210px;
|
||||
width: 290px;
|
||||
display: inline-block;
|
||||
}
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user