refactor: verify

This commit is contained in:
xingyu4j
2022-11-17 10:37:23 +08:00
parent b28baf0ef5
commit 7083d991fe
8 changed files with 24 additions and 62 deletions

View File

@@ -92,13 +92,13 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep .el-transfer__button {
:deep(.el-transfer__button) {
border-radius: 50%;
padding: 12px;
display: block;
margin-left: 0px;
}
::v-deep .el-transfer__button:first-child {
:deep(.el-transfer__button:first-child) {
margin-bottom: 10px;
}
</style>