From 9fde376caafd12f86bb239ce6084c4902221b408 Mon Sep 17 00:00:00 2001 From: mioe Date: Thu, 9 May 2024 10:19:53 +0300 Subject: [PATCH] add more computed processes --- index.html | 384 +++++++++++++++++++++++++++++++++++++++ src/App.vue | 2 +- src/components/Table.vue | 9 + 3 files changed, 394 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2242b9c..ce52890 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,389 @@
+ + + +
+ + + + + diff --git a/src/App.vue b/src/App.vue index a7d0bc7..c1cf651 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,7 @@ onChange((files) => {
{ overflow: hidden; border-radius: 16px; border: 1px solid #e5ebf0; + backdrop-filter: blur(25px); + -webkit-backdrop-filter: blur(25px); + background-color: rgba(255,255,255,.9); +} + +.table-container { + position: relative; + overflow: auto; + height: 100%; }