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

综合查询页面

parent 937b88c5
...@@ -181,7 +181,7 @@ export default { ...@@ -181,7 +181,7 @@ export default {
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
.warnModule { .warnModule {
.strategyRow { .strategyRow {
padding: 5px 0; padding: 5px 0;
...@@ -190,17 +190,6 @@ export default { ...@@ -190,17 +190,6 @@ export default {
.el-input__inner { .el-input__inner {
padding: 0 0 0 9px; 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 { .warnHead {
height: 58px; height: 58px;
padding: 15px 20px 10px 20px; padding: 15px 20px 10px 20px;
...@@ -218,7 +207,17 @@ export default { ...@@ -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 { .warnBody {
padding: 15px; 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