diff --git a/app/web/static/index.html b/app/web/static/index.html index 211ca41..81f29f0 100644 --- a/app/web/static/index.html +++ b/app/web/static/index.html @@ -37,6 +37,11 @@ .clr-up{color:#f56c6c;} .clr-down{color:#67c23a;} .attn{color:#e6a23c;padding:3px 0;} .tblk h3{margin:0 0 10px;font-size:14px;color:#409EFF;font-weight:600;} + .op-row{display:flex;align-items:flex-start;gap:12px;padding:6px 0;border-bottom:1px solid #262626;} + .op-row:last-child{border-bottom:none;} + .op-btn{flex:none;width:150px;} + .op-btn .el-button{width:100%;} + .op-row .d{color:#999;font-size:12px;line-height:1.5;padding-top:3px;}
@@ -223,15 +228,31 @@