|
@@ -19,6 +19,16 @@
|
|
|
color: var(--antd-color-text-secondary);
|
|
|
}
|
|
|
|
|
|
+// 默认按钮颜色
|
|
|
+.default-button {
|
|
|
+ color: var(--antd-color-primary-hover);
|
|
|
+ border-color: var(--antd-color-primary-hover);
|
|
|
+}
|
|
|
+
|
|
|
+.ant-btn {
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
.main-container {
|
|
|
overflow: auto; // 超出设定高度,出现滚动条
|
|
|
|
|
@@ -61,6 +71,7 @@
|
|
|
.icon-button {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
+ justify-content: center;
|
|
|
font-size: 16px;
|
|
|
|
|
|
span {
|