Commit 37fb5bdc authored by 秦嘉's avatar 秦嘉

综合查询页面

parent 937b88c5
......@@ -181,7 +181,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.warnModule {
.strategyRow {
padding: 5px 0;
......@@ -190,17 +190,6 @@ export default {
.el-input__inner {
padding: 0 0 0 9px;
}
.lineInput {
/deep/ .el-input__inner{
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 1px;
border-radius: 0;
text-align: center;
width: 70px;
}
}
.warnHead {
height: 58px;
padding: 15px 20px 10px 20px;
......@@ -218,7 +207,17 @@ export default {
}
}
}
.lineInput {
/deep/ .el-input__inner{
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 1px;
border-radius: 0;
text-align: center;
width: 70px;
}
}
.warnBody {
padding: 15px;
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment