Merge pull request 'fix : 细节优化' (#302) from dengjie into dev
Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/302
This commit is contained in:
@@ -334,7 +334,9 @@ const initChart = (type, valueA, valueB) => {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.user-select {
|
.user-select {
|
||||||
margin-bottom: 126px;
|
margin-bottom: 126px;
|
||||||
|
.el-select{
|
||||||
|
width: 476px;
|
||||||
|
}
|
||||||
.el-input {
|
.el-input {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
|
||||||
@@ -407,7 +409,7 @@ const initChart = (type, valueA, valueB) => {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 1px solid #08B7B8;
|
border: 1px solid #08B7B8;
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
width: 213px!important;
|
width: 476px!important;
|
||||||
}
|
}
|
||||||
.el-select__popper {
|
.el-select__popper {
|
||||||
margin-top: -12px !important;
|
margin-top: -12px !important;
|
||||||
|
|||||||
@@ -786,6 +786,21 @@ const handleCurrentChange = (val) => {
|
|||||||
color: #60DDDE;
|
color: #60DDDE;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
:deep(.el-pagination.is-background ) {
|
||||||
|
.btn-next,.btn-prev {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-pager {
|
||||||
|
li {
|
||||||
|
margin: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.is-active {
|
||||||
|
background-color: #60DDDE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> span:first-child {
|
> span:first-child {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -889,6 +889,21 @@ const handleMoreDelete = () => {
|
|||||||
color: #60DDDE;
|
color: #60DDDE;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
:deep(.el-pagination.is-background ) {
|
||||||
|
.btn-next,.btn-prev {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-pager {
|
||||||
|
li {
|
||||||
|
margin: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.is-active {
|
||||||
|
background-color: #60DDDE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> span:first-child {
|
> span:first-child {
|
||||||
margin-right: 60px;
|
margin-right: 60px;
|
||||||
|
|||||||
@@ -950,7 +950,7 @@ const initWebSocket = () => {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
:deep(.el-pagination.is-background ) {
|
:deep(.el-pagination.is-background ) {
|
||||||
.btn-next {
|
.btn-next,.btn-prev {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -760,6 +760,21 @@ const handleSelect = async (selection, row) => {
|
|||||||
color: #60DDDE;
|
color: #60DDDE;
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
:deep(.el-pagination.is-background ) {
|
||||||
|
.btn-next,.btn-prev {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-pager {
|
||||||
|
li {
|
||||||
|
margin: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.is-active {
|
||||||
|
background-color: #60DDDE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> span:first-child {
|
> span:first-child {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user