diff --git a/frontend/src/css/dtable.css b/frontend/src/css/dtable.css
deleted file mode 100644
index 21d1b81f17..0000000000
--- a/frontend/src/css/dtable.css
+++ /dev/null
@@ -1,203 +0,0 @@
-.side-panel-north, .main-panel-north {
- background-color: #fff;
- box-shadow: 0 2px 3px #eee;
-}
-
-.dtable-header {
- height: 50px;
-}
-
-.dtable-header .dtable-text {
- display: flex;
- align-items: center;
- font-size: 1.25rem;
- color: #555555;
-}
-
-.dtable-side-nav {
- padding: 12px;
- flex: auto;
- display: flex;
- flex-direction: column;
- overflow: auto;
-}
-
-.dtable-nav-title {
- font-size: 1rem;
- color: #322;
- font-weight: normal;
- line-height: 1.5;
-}
-
-.dtable-side-nav .dtable-nav-list {
- flex-wrap: inherit;
- height: auto;
- border-bottom: none;
-}
-
-.dtable-nav-list .dtable-nav-item {
- line-height: 38px;
- border-radius: 0.25rem;
-}
-
-.dtable-nav-list .dtable-nav-item .dtable-nav-link {
- margin: 0;
- width: 100%;
- color: #000;
-}
-
-.dtable-nav-list .dtable-nav-item .dtable-nav-link:hover {
- background-color: #f5f5f5;
-}
-
-.dtable-nav-list .dtable-nav-item.active .dtable-nav-link {
- color: #fff;
- background-color: #F4A74C;
-}
-
-.dtable-nav-list .dtable-nav-link .nav-icon {
- padding-right: 0.5rem;
- font-size: 1.5rem;
-}
-
-.dtable-header .common-toolbar {
- display: flex;
- margin-left: auto;
-}
-
-.dtable-header .common-toolbar>div {
- cursor: pointer;
- margin-left: 0.5rem;
-}
-
-.dtable-center .cur-view-header {
- line-height: 50px;
- font-size: 1.5rem;
- padding: 0 16px;
-}
-
-.dtable-center .cur-view-header .cur-view-title {
- border-bottom: 1px solid #eee;
-}
-
-.dtable-center .dtable-add-btn {
- width: 8rem;
-}
-
-.workspace {
- margin: 0.5rem 0;
-}
-.workspace:last-child {
- margin-bottom: 150px;
-}
-.workspace .workspace-name {
- font-weight: 400;
- color: #202428;
- padding: 2px;
- border-bottom: 2px solid #e3e3e3;
- font-size: 1rem;
-}
-.workspace .workspace-name-container .dropdown-toggle:after {
- color: #929292;
-}
-.workspace .workspace-name-container:hover .workspace-name {
- border-bottom: 2px solid #202428;
-}
-.workspace .workspace-name-container:hover .dropdown-toggle:after {
- color: #202428;
-}
-.workspace .add-table-btn {
- width: 42px;
- height: 42px;
- background-color: #f0f0f0;
- border-radius: 5px;
- display: flex;
-}
-.workspace .add-table-btn:hover {
- background-color: #e3e3e3;
-}
-.workspace .add-table-btn i {
- margin: auto;
- font-size: 18px;
- color: #929292;
-}
-.workspace .add-table-btn:hover i {
- color: #202428;
-}
-.add-table-btn-container {
- align-items: center;
- margin: 1rem 0 0.75rem;
-}
-.add-table-btn-container span {
- margin-left: 1rem;
-}
-.add-workspace {
- color: #929292;
-}
-.add-workspace:hover {
- color: #202428;
-}
-.workspace .table-heading {
- padding: 0.25rem;
-}
-.workspace .table-heading-border {
- border-bottom: 1px solid #e6e6e6;
-}
-.workspace .sf3-font {
- color: #949494;
- font-size: 20px;
-}
-.workspace .add-table-range:hover {
- background-color: #f8f8f8;
-}
-.workspace .table-item-container {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- min-height: 0;
-}
-.workspace .table-item-container .table-item {
- width: 48%;
- height: 2.5625rem;
- padding: 0.5rem;
- justify-content: center;
- align-items: center;
- display: flex;
- border-radius: 4px
-}
-.workspace .table-item .table-icon {
- width: 9%;
- height: 100%;
- display: flex;
- align-items: center;
-}
-.workspace .table-item .table-name {
- width: 76%;
- height: 100%;
-}
-.workspace .table-item .table-dropdown-menu {
- width: 15%;
- height: 100%;
- text-align: right;
- position: relative;
-}
-.workspace .table-item .table-dropdown-menu .table-dropdown-menu-icon {
- width: 24px;
- height: 24px;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-.table-item-more-operation i {
- color: #999;
- cursor: pointer;
-}
-.table-item-more-operation a:hover {
- text-decoration: none;
-}
-.table-item-more-operation i:hover {
- color: #666;
-}
-
-
-
diff --git a/frontend/src/css/view-file-dtable.css b/frontend/src/css/view-file-dtable.css
deleted file mode 100644
index 58c5b71d03..0000000000
--- a/frontend/src/css/view-file-dtable.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.rc-calendar tbody tr {
- height: 1.75rem;
-}
\ No newline at end of file
diff --git a/media/img/data-base.svg b/media/img/data-base.svg
deleted file mode 100644
index b4098af7f5..0000000000
--- a/media/img/data-base.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
diff --git a/seahub/templates/view_shared_dtable_react.html b/seahub/templates/view_shared_dtable_react.html
deleted file mode 100644
index a8878c474d..0000000000
--- a/seahub/templates/view_shared_dtable_react.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% extends "base_for_react.html" %}
-{% load seahub_tags i18n %}
-{% load render_bundle from webpack_loader %}
-
-{% block extra_ogp_tags %}
-
-
-
-
-
-
-{% endblock %}
-
-{% block extra_script %}
-
-
-{% endblock %}