style: change import license button style (#8969)

This commit is contained in:
CityFun 2025-06-09 16:25:04 +08:00 committed by GitHub
parent fa8f7f83af
commit 24d909d285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View file

@ -39,7 +39,8 @@
</div>
<el-button
type="primary"
class="mt-3 w-52 custom-button"
class="mt-3"
size="large"
:disabled="loading || uploaderFiles.length == 0"
plain
@click="submit"
@ -153,8 +154,3 @@ defineExpose({
acceptParams,
});
</script>
<style lang="scss" scoped>
.custom-button {
letter-spacing: 4px;
}
</style>

View file

@ -388,7 +388,7 @@
<AppIgnore ref="ignoreRef" @close="search" />
<ComposeLogs ref="composeLogRef" />
<TaskLog ref="taskLogRef" @close="search" />
<Detail ref="detailRef" @close="search" />
<Detail ref="detailRef" />
<IgnoreApp ref="ignoreAppRef" @close="search" />
</template>