fix: 代码规范
This commit is contained in:
parent
1bbbc4569c
commit
cf84c6f484
|
@ -236,6 +236,12 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ms-tip-button 自定间距 */
|
/* 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;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue