Skip to content

Commit

Permalink
deploy: f988cb5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Nov 24, 2023
1 parent 309db87 commit 26aac2c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><title>Table - React Suite</title><meta name="description" content="A React table component"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="./bundle.js?0cf5f32999ff75e112bc"></script><link href="./main.css?0cf5f32999ff75e112bc" rel="stylesheet"></head><body><div id="app"></div><script>(function (i, d, t, o, u, h, s, f) {
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><title>Table - React Suite</title><meta name="description" content="A React table component"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="./bundle.js?5553c9d64cc388b20c8c"></script><link href="./main.css?5553c9d64cc388b20c8c" rel="stylesheet"></head><body><div id="app"></div><script>(function (i, d, t, o, u, h, s, f) {
i[t] = i[t] || [], i[t].push(h); i[h] = i[h] || function () {
return (i[h].q = i[h].q || []).push(arguments)
}; s = d.createElement(o); s.src = u;
Expand Down
26 changes: 22 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23535,15 +23535,15 @@ label:hover .rs-checkbox-wrapper .rs-checkbox-inner::before {
}
.rs-drawer-full.rs-drawer-top,
.rs-drawer-full.rs-drawer-bottom {
height: calc(100% - 60px);
height: 100%;
}
.rs-drawer-full.rs-drawer-top .rs-drawer-content,
.rs-drawer-full.rs-drawer-bottom .rs-drawer-content {
height: 100%;
}
.rs-drawer-full.rs-drawer-left,
.rs-drawer-full.rs-drawer-right {
width: calc(100% - 60px);
width: 100%;
}
.rs-drawer-right {
right: 0;
Expand Down Expand Up @@ -27844,8 +27844,26 @@ textarea.rs-picker-search-input {
max-width: calc(100% - 10px);
}
.rs-modal-full {
width: calc(100% - 120px);
max-width: calc(100% - 10px);
margin: 0;
height: 100%;
}
.rs-modal-full .rs-modal-content {
position: absolute;
height: 100%;
width: 100%;
border-radius: 0;
display: flex;
flex-direction: column;
}
.rs-modal-full .rs-modal-content .rs-modal-header {
flex: 0 0 auto;
}
.rs-modal-full .rs-modal-content .rs-modal-body {
flex: 1 1 auto;
overflow: auto;
}
.rs-modal-full .rs-modal-content .rs-modal-footer {
flex: 0 0 auto;
}
.rs-modal-shake .rs-modal-dialog {
animation: 0.3s linear shakeHead;
Expand Down

0 comments on commit 26aac2c

Please sign in to comment.