fix: style lint

This commit is contained in:
xingyu
2023-06-21 19:26:14 +08:00
parent 64dbcdabe0
commit d639401646
9 changed files with 43 additions and 16 deletions

View File

@@ -32,12 +32,13 @@ const addTask = (event, options: any = {}) => {
<style scoped lang="scss">
.my-process-palette {
box-sizing: border-box;
padding: 80px 20px 20px 20px;
padding: 80px 20px 20px;
.test-button {
box-sizing: border-box;
padding: 8px 16px;
border-radius: 4px;
border: 1px solid rgba(24, 144, 255, 0.8);
border: 1px solid rgb(24 144 255 / 80%);
cursor: pointer;
}
}