Merge remote-tracking branch 'origin/master'

This commit is contained in:
MHW
2026-04-15 16:27:01 +08:00

View File

@@ -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>