fix:样式修改
This commit is contained in:
@@ -160,7 +160,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
border: 1px solid rgba(207, 212, 219, 1);
|
||||
// border: 1px solid rgba(207, 212, 219, 1);
|
||||
border: none;
|
||||
line-height: 20.27px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -171,7 +172,7 @@
|
||||
.selected {
|
||||
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
|
||||
color: rgba(0, 61, 90, 1);
|
||||
border: 1px solid white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
@@ -181,7 +181,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
border: 1px solid rgba(207, 212, 219, 1);
|
||||
border: none;
|
||||
// border: 1px solid rgba(207, 212, 219, 1);
|
||||
line-height: 20.27px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -192,7 +193,7 @@
|
||||
.selected {
|
||||
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
|
||||
color: rgba(0, 61, 90, 1);
|
||||
border: 1px solid white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
@@ -249,7 +249,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; height: 100px"></div>
|
||||
<div style="width: 100%; height: 50px"></div>
|
||||
<div class="button-box">
|
||||
<button class="cancel" @click="executeVisible = false">取消</button>
|
||||
<a-popconfirm
|
||||
|
@@ -104,7 +104,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%; height: 160px"></div>
|
||||
<div style="width: 100%; height: 100px"></div>
|
||||
<div class="button-box">
|
||||
<button class="cancel" @click="logModalVisible = false">关闭</button>
|
||||
</div>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// 设备群控 > 抽屉 > 控制面板 & 日志 的附加弹窗
|
||||
.out-dialog {
|
||||
position: fixed;
|
||||
right: 496px;
|
||||
right: 497px;
|
||||
width: 500px;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
|
@@ -180,7 +180,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
border: 1px solid rgba(207, 212, 219, 1);
|
||||
// border: 1px solid rgba(207, 212, 219, 1);
|
||||
border: none;
|
||||
line-height: 20.27px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -191,7 +192,7 @@
|
||||
.selected {
|
||||
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
|
||||
color: rgba(0, 61, 90, 1);
|
||||
border: 1px solid white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
@@ -321,7 +321,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
border: 1px solid rgba(207, 212, 219, 1);
|
||||
// border: 1px solid rgba(207, 212, 219, 1);
|
||||
border: none;
|
||||
line-height: 20.27px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -332,7 +333,7 @@
|
||||
.selected {
|
||||
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
|
||||
color: rgba(0, 61, 90, 1);
|
||||
border: 1px solid white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
@@ -523,7 +523,8 @@
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
opacity: 1;
|
||||
border: 1px solid rgba(207, 212, 219, 1);
|
||||
// border: 1px solid rgba(207, 212, 219, 1);
|
||||
border: none;
|
||||
line-height: 20.27px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
@@ -534,7 +535,7 @@
|
||||
.selected {
|
||||
background: linear-gradient(180deg, rgba(201, 245, 255, 1) 0%, rgba(138, 215, 255, 1) 100%);
|
||||
color: rgba(0, 61, 90, 1);
|
||||
border: 1px solid white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
Reference in New Issue
Block a user