Skip to content

Commit

Permalink
Added sticky header for TARA-CAM
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-esi committed Oct 28, 2024
1 parent c0c6de2 commit 091b957
Show file tree
Hide file tree
Showing 2 changed files with 15,352 additions and 2 deletions.
128 changes: 127 additions & 1 deletion docs/css/app.1547c0df.css
Original file line number Diff line number Diff line change
@@ -1 +1,127 @@
.first-row{background-color:#f5f5f5;font-weight:700}.el-table th.el-table__cell{background-color:#022d6e!important;color:#f5f5f5;text-align:center}.el-table thead{color:#03070f}.el-table tr{background-color:#e0def4}.box2{border:1px dashed #8b8d90;display:inline-flex;border-radius:15px}.box2,.box3{margin-block:20px;text-align:left;align-items:center;justify-content:flex-start;padding:10px}.box3{border:2px dashed #8b8d90;border-radius:15px}.box1{margin-block:10px}.el-input__inner,.el-select .el-input__inner{height:28px;line-height:28px}.el-table__footer-wrapper,.el-table__header-wrapper{font-size:10px}.el-table th.el-table__cell>.cell{white-space:pre-line;padding-inline:3px!important}.el-table .color1{background:green!important;color:#fff}.el-table .color2{background:#80ff80!important}.el-table .color3{background:#ffff80!important}.el-table .color4{background:#ff8000!important}.el-table .color5{background:red!important}.hader_box{text-align:center;width:500px;box-shadow:0 3px 8px rgba(0,0,0,.24);display:block;margin:0 auto 20px auto}body{width:100%;height:auto!important;overflow-x:hidden}.btn_sub{width:100%;font-size:x-small!important;padding-inline:0!important}.btn_height{display:flex;flex-direction:column}.color_w{width:90px;height:50px;display:flex;color:#000;align-items:center;justify-content:center}#app,.color_w{text-align:center}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;margin-top:60px}
.first-row {
background-color: #f5f5f5;
font-weight: 700
}

.el-table th.el-table__cell {
background-color: #022d6e !important;
color: #f5f5f5;
text-align: center
}

.el-table thead {
color: #03070f
}

.el-table tr {
background-color: #e0def4
}

.box2 {
border: 1px dashed #8b8d90;
display: inline-flex;
border-radius: 15px
}

.box2,
.box3 {
margin-block: 20px;
text-align: left;
align-items: center;
justify-content: flex-start;
padding: 10px
}

.box3 {
border: 2px dashed #8b8d90;
border-radius: 15px
}

.box1 {
margin-block: 10px
}

.el-input__inner,
.el-select .el-input__inner {
height: 28px;
line-height: 28px
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
font-size: 10px;
}

.el-table th.el-table__cell>.cell {
white-space: pre-line;
padding-inline: 3px !important
}

.el-table .color1 {
background: green !important;
color: #fff
}

.el-table .color2 {
background: #80ff80 !important
}

.el-table .color3 {
background: #ffff80 !important
}

.el-table .color4 {
background: #ff8000 !important
}

.el-table .color5 {
background: red !important;
color: #fff
}

.hader_box {
text-align: center;
width: 500px;
box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
display: block;
margin: 0 auto 20px auto
}

body {
width: 100%;
height: auto !important;
overflow-x: hidden
}

.btn_sub {
width: 100%;
font-size: x-small !important;
padding-inline: 0 !important
}

.btn_height {
display: flex;
flex-direction: column
}

.color_w {
width: 90px;
height: 50px;
display: flex;
color: #000;
align-items: center;
justify-content: center
}

#app,
.color_w {
text-align: center
}

#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
margin-top: 60px
}
15,226 changes: 15,225 additions & 1 deletion docs/css/chunk-vendors.10dd4e95.css

Large diffs are not rendered by default.

0 comments on commit 091b957

Please sign in to comment.