This commit is contained in:
Amirhossein Mahmoodi
2024-08-10 13:30:54 +03:30
parent c05c75c554
commit 3f6077624d
3 changed files with 15 additions and 32 deletions

2
.gitignore vendored
View File

@@ -34,3 +34,5 @@ package-lock.json
ecosystem.config.js ecosystem.config.js
public/config.json public/config.json
.vscode/

View File

@@ -1,18 +0,0 @@
NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard"
NEXT_PUBLIC_API_VERSION = "2.5.0"
NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa"
NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"
NEXT_PUBLIC_PRIMARY_MAIN = "#084070"
NEXT_PUBLIC_SECONDARY_MAIN = "#FF4E00"
NEXT_PUBLIC_FACILITY_BANK = 33
NEXT_PUBLIC_FACILITY_PERSON = 10
NEXT_PUBLIC_BASE_URL = "https://loan-v2.witel.ir"
NEXT_PUBLIC_POWERED_BY_URL = "https://witel.ir"
#["NEXT_PUBLIC_HAS_WIDGET" , "NEXT_PUBLIC_HAS_NOTIFICATION"]
NEXT_PUBLIC_HAS_VALUE=["NEXT_PUBLIC_HAS_NOTIFICATION"]
NODE_ENV = "development"

View File

@@ -33,8 +33,7 @@ const MuiLayout = ({children, isBot}) => {
borderRadius: "3px", borderRadius: "3px",
}, },
"*:not(.MuiTableContainer-root)": { "*:not(.MuiTableContainer-root)": {
scrollbarWidth: "thin", scrollbarWidth: "none",
scrollbarColor: "transparent transparent",
}, },
"*": { "*": {