fix: names
This commit is contained in:
@@ -18,23 +18,23 @@
|
||||
width: 100%;
|
||||
min-height: 36px;
|
||||
|
||||
.el-button {
|
||||
.ant-button {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.el-button-group {
|
||||
.ant-button-group {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.el-tooltip__popper {
|
||||
.el-button {
|
||||
.ant-tooltip__popper {
|
||||
.ant-button {
|
||||
width: 100%;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.el-button:hover {
|
||||
.ant-button:hover {
|
||||
color: #fff;
|
||||
background: rgb(64 158 255 / 80%);
|
||||
}
|
||||
@@ -175,7 +175,6 @@ pre {
|
||||
}
|
||||
|
||||
.hljs {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
.el-form-item {
|
||||
.ant-form-item {
|
||||
width: 100%;
|
||||
padding-bottom: 18px;
|
||||
margin-bottom: 0;
|
||||
@@ -106,22 +106,22 @@
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.element-drawer__button > .el-button {
|
||||
.element-drawer__button > .ant-button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.el-collapse-item__content {
|
||||
.ant-collapse-item__content {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.el-input.is-disabled .el-input__inner {
|
||||
.ant-input.is-disabled .ant-input__inner {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.el-form-item.el-form-item--mini {
|
||||
.ant-form-item.ant-form-item--mini {
|
||||
margin-bottom: 0;
|
||||
|
||||
& + .el-form-item {
|
||||
& + .ant-form-item {
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user