diff --git a/src/components/aboutTable/DarkTable.vue b/src/components/aboutTable/DarkTable.vue
index 87cca7e..ccad01c 100644
--- a/src/components/aboutTable/DarkTable.vue
+++ b/src/components/aboutTable/DarkTable.vue
@@ -104,7 +104,6 @@
\ No newline at end of file
+.listBox{
+ margin-top: 4px;
+ border-radius: 10px;
+ box-sizing: border-box;
+ display: flex;
+ flex-wrap: wrap;
+ .list-item{
+ width: 49.5%;
+ height: calc(100% / 4 - 5px);
+ box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.02);
+ border-radius: 8px 8px 8px 8px;
+ border: 1px solid #E8EDF6;
+ padding: 4px 10px;
+ box-sizing: border-box;
+ .title-s{
+ font-size: 14px;
+ }
+ .list-table{
+ height: calc(100% - 25px);
+ margin-top: 5px;
+ }
+ }
+ .list-item:nth-child(2n+1){
+ margin-right: 1%;
+ }
+}
+::v-deep .searchBox{
+ margin-bottom:0 !important;
+ padding: 2px !important;
+}
+::v-deep .pageSearch .box .item {
+ width: 16%;
+}
+
+::v-deep .el-table .table_blue_row {
+ background: #fff !important;
+}
+::v-deep .el-table th.el-table__cell{
+ font-size: 13px;
+ background: #EFF5F7;
+}
+
+::v-deep .el-table__empty-block{
+ width: 100%!important;
+}
+
+::v-deep .el-scrollbar__view{
+ border-right: none;
+}
+
+::v-deep .el-table .el-table__cell{
+ padding: 0;
+}
+
+::v-deep .el-table th.el-table__cell>.cell{
+ padding: 6px 0;
+}
+
+