邓洁: 修改细节

This commit is contained in:
邓洁
2024-01-03 21:14:52 +08:00
parent c9d84979d9
commit 5b5a3becf8

View File

@@ -342,7 +342,6 @@ const handleSelect = async (selection, row) => {
}
</script>
<style lang="scss">
.user-select {
.el-input {
min-height: 75px;
@@ -400,6 +399,10 @@ const handleSelect = async (selection, row) => {
}
</style>
<style scoped lang="scss">
:deep(.el-select__tags .el-tag--info) {
background-color: #05FEFF;
color: #000;
}
:deep(.el-form-item__error) {
font-size: 35px;
}