邓洁: 修改细节
This commit is contained in:
@@ -342,7 +342,6 @@ const handleSelect = async (selection, row) => {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
||||||
.user-select {
|
.user-select {
|
||||||
.el-input {
|
.el-input {
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
@@ -400,6 +399,10 @@ const handleSelect = async (selection, row) => {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
:deep(.el-select__tags .el-tag--info) {
|
||||||
|
background-color: #05FEFF;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
:deep(.el-form-item__error) {
|
:deep(.el-form-item__error) {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user