diff --git a/src/views/general/network.vue b/src/views/general/network.vue
index c10ce14..ae7d5dd 100644
--- a/src/views/general/network.vue
+++ b/src/views/general/network.vue
@@ -5,33 +5,33 @@
界面
-
+
-
+
-
+
-
+
运行状态
-
+
- {{sizeForm.status}}
+ {{ sizeForm.status }}
-
+
-
静态地址
-
新增
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
- 删除行
-
-
-
-
-
-
+ 删除行
+
+
+
+
+
+
-
+
-
-
默认网关
-
-
-
-
-
-
静态路由
-
新增
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- 删除行
-
-
-
-
-
DNS服务
-
-
-
新增
-
-
-
-
-
-
-
-
-
-
-
-
- 删除行
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 删除行
+
+
+
+
+
+
-
保存
-
@@ -249,136 +259,149 @@
@@ -911,14 +937,14 @@ export default {
text-align: left;
font-size: 15px;
}
-.formItem .el-form-item{
+.formItem .el-form-item {
margin-bottom: 15px;
}
-.tableFormItem {
- margin-bottom: 15px!important;
-}
-.tableFormItem /deep/ .el-form-item__content{
- margin-left: 0px!important;
+.tableFormItem {
+ margin-bottom: 15px !important;
+}
+.tableFormItem /deep/ .el-form-item__content {
+ margin-left: 0px !important;
}
.container {
width: 100%;
@@ -934,16 +960,22 @@ export default {
border-bottom: 1px solid black;
margin-bottom: 20px;
}
- .el-col-6{
+ .el-col-6 {
padding-left: 0;
padding-top: 0;
}
}
-.status{
- width: 10px; height: 10px; border-radius: 50%; background: green
+.status {
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ background: green;
}
-.statusNo{
- width: 10px; height: 10px; border-radius: 50%; background: red
+.statusNo {
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ background: red;
}
\ No newline at end of file