style:修改全局圆角为2px

This commit is contained in:
zhangyu
2021-02-09 17:42:35 +08:00
parent bcb7964716
commit 9e0ec1f7b0

View File

@@ -2369,3 +2369,6 @@ li{
color: #ee9d3f !important;;
}
}
/deep/ .el-input__inner{
border-radius: 2px;
}