mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-18 03:16:30 +08:00
style: change import license button style (#8969)
This commit is contained in:
parent
fa8f7f83af
commit
24d909d285
2 changed files with 3 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue