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