Merge pull request 'fix : select框样式修改' (#294) from dengjie into dev
Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/294
This commit is contained in:
@@ -283,7 +283,7 @@ const changeName = (id) => {
|
||||
}
|
||||
const handleReset = () => {
|
||||
queryForm.value.resetFields()
|
||||
getList()
|
||||
getAlarmList()
|
||||
}
|
||||
//点击页码进行分页功能
|
||||
const handleCurrentChange = (val) => {
|
||||
@@ -707,7 +707,7 @@ const initWebSocket = () => {
|
||||
|
||||
.digital-tunnel {
|
||||
:deep(.el-dialog ) {
|
||||
height: 1380px;
|
||||
height: 1410px;
|
||||
|
||||
.alarm-content {
|
||||
//width: 730px;
|
||||
@@ -747,9 +747,14 @@ const initWebSocket = () => {
|
||||
background-color: transparent;
|
||||
border: 1px solid #08B7B8;
|
||||
font-size: 35px;
|
||||
width: 476px;
|
||||
|
||||
width: 356px;
|
||||
.el-select__suffix{
|
||||
.el-icon {
|
||||
font-size: 55px;
|
||||
}
|
||||
}
|
||||
.el-select__placeholder {
|
||||
color: #FFFFFF;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user