fix: 代码规范
This commit is contained in:
parent
0d8337805a
commit
78eab9043f
|
@ -236,6 +236,12 @@ textarea {
|
|||
}
|
||||
|
||||
/* ms-tip-button 自定间距 */
|
||||
.el-button+.tooltip-btn,.tooltip-btn+.el-button,.tooltip-btn+.tooltip-btn {
|
||||
.el-button+.tooltip-btn {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.tooltip-btn+.el-button {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.tooltip-btn+.tooltip-btn {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue