diff options
-rw-r--r-- | frontend/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css index 23364e5..46e6bc4 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css | |||
@@ -81,6 +81,10 @@ a:hover, a:focus { | |||
81 | height: auto; | 81 | height: auto; |
82 | } | 82 | } |
83 | 83 | ||
84 | .el-table--enable-row-transition .el-table__body td { | ||
85 | transition: background-color .1s ease; | ||
86 | } | ||
87 | |||
84 | /* welcome and 404 page */ | 88 | /* welcome and 404 page */ |
85 | .container-center { | 89 | .container-center { |
86 | display: flex; | 90 | display: flex; |