Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -454,3 +454,18 @@ export default defineComponent({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.ks-parameter-setting-tabs {
|
||||
:deep(.ant-tabs-tab) {
|
||||
width: 120px;
|
||||
max-width: 120px;
|
||||
}
|
||||
:deep(.ant-tabs-tab-btn) {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user