- I don’t need the border on the input here because the icon to view the password is just a personal little record that can be changed depending on the business scenario
.border_t{
border: 1px solid #ddd;
}
.border_sty ::v-deep .el-input__inner {
width: 75% !important;
border: none;
}
Copy the code
- Modifies the hover background color for the table cursor
.table_bottom ::v-deep .el-table__body tr.hover-row>td {
background-color: #eef7fe ! important;}.el-table__body tr. Hover-row >td {background-color:#eef7fe ! important;
}
Copy the code