summaryrefslogtreecommitdiff
path: root/src/components/ModalSourceIP.module.scss
diff options
context:
space:
mode:
authorZephyruso <[email protected]>2023-06-28 12:55:58 +0800
committerGitHub <[email protected]>2023-06-28 12:55:58 +0800
commitd497b15bedae37abb105d750ef1dfe16f6a7e05d (patch)
treea3567f2bf7bf9f228fea42ff996154198d38b311 /src/components/ModalSourceIP.module.scss
parentf189d5b14f8c37c8d48a5c54fa52a0125f4d5306 (diff)
feat: close connection single or with filter (#64)
Diffstat (limited to 'src/components/ModalSourceIP.module.scss')
-rw-r--r--src/components/ModalSourceIP.module.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/ModalSourceIP.module.scss b/src/components/ModalSourceIP.module.scss
new file mode 100644
index 0000000..7a60dcf
--- /dev/null
+++ b/src/components/ModalSourceIP.module.scss
@@ -0,0 +1,9 @@
+.sourceipTable {
+ input {
+ width: 120px;
+ }
+}
+
+.iptableTipContainer {
+ width: 300px;
+}