|
@@ -300,8 +300,10 @@
|
|
|
border-left: 1px solid var(--p-content-border-color);
|
|
|
}
|
|
|
|
|
|
+/* style test */
|
|
|
.ui.definition.table > tr > td:nth-child(2), .ui.definition.table > tbody > tr > td:nth-child(2) {
|
|
|
border-left: 1px solid var(--p-content-border-color);
|
|
|
+ padding-left: 30px;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1071,8 +1073,17 @@
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+/* 表格宽度 style test */
|
|
|
table.definition > tbody > tr > td:first-child, table.definition > tr > td:first-child {
|
|
|
- width: 10em;
|
|
|
- min-width: 10em;
|
|
|
+ width: 150px;
|
|
|
+ min-width: 150px;
|
|
|
+ height: 50px;
|
|
|
+ min-height: 50px;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
+
|
|
|
+/* 主题色暂用 style test */
|
|
|
+html {
|
|
|
+ --p-button-secondary-background: #E5E8F2 !important;
|
|
|
+ --p-primary-color: #1E65FF !important;
|
|
|
+}
|