From 9329fc01b84c12699857ec13cf3ea9c1b8f9b325 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 30 May 2021 15:15:05 +0800 Subject: [PATCH] opt cli --- page/index.css | 8 ++++++++ page/index.js | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/page/index.css b/page/index.css index d2ee94af..efa20a8b 100644 --- a/page/index.css +++ b/page/index.css @@ -363,6 +363,10 @@ fieldset>form.option>div.item input.args.tiny { fieldset>form.option>div.item input.args { width:82px; height:21px; font-size:16px; } +fieldset>form.option>div.item input[name=cmd] { + background-color:black; color:white; + width:160px; +} fieldset>form.option>div.item input.args.cmd { background-color:black; color:white; width:160px; @@ -603,3 +607,7 @@ body.print fieldset.Action fieldset.plugin { body.print fieldset.River>div.output div.list div.item { background-color:white; } +body.print fieldset.River>div.output div.item.select { + background-color:white; + border:solid 2px red; +} diff --git a/page/index.js b/page/index.js index 7aa1d646..ff21aa40 100644 --- a/page/index.js +++ b/page/index.js @@ -111,8 +111,7 @@ Volcanos({name: "chat", iceberg: "/chat/", volcano: "/frame.js", }}, "operate": {name: "运维群", storm: { "cli": {name: "系统 cli", index: [ - "system", "daemon", "python", "output", - "runtime", "process", + "qrcode", "daemon", "system", "runtime", ]}, "web": {name: "网络 web", index: [ "route", "serve", "space", "dream",