ad97b7d9 by renchao@pashanhoo.com

style:样式修改

1 parent 22344843
......@@ -12,9 +12,4 @@ export default {
}
}
}
</script>
<style scoped lang="scss">
</style>
</script>
\ No newline at end of file
......
......@@ -86,7 +86,6 @@ input[type="number"] {
// refine element ui upload
.el-input.is-disabled .el-input__inner {
background-color: transparent !important;
border: 1px solid #224C7C !important;
}
.upload-container {
......@@ -217,4 +216,4 @@ input[type="number"] {
.el-form-item__content {
flex: 1;
}
}
\ No newline at end of file
......
......@@ -223,18 +223,9 @@
}
// 登簿日志弹出框
.entryJournal {
.el-textarea__inner {
height: 67vh !important;
border: none !important;
background-color: #ffffff !important;
color: #000000 !important;
}
.commonDialog {
/deep/.dialog-from_header {
margin: 0 !important;
}
.el-dialog__headerbtn .el-dialog__close {
......@@ -270,16 +261,23 @@
.regularHeight {
display: flex;
flex-direction: column;
height: 87vh;
height: 80vh;
margin-bottom: 5px;
.editDialogBox-con,
.JsonEditor {
flex: 1;
}
}
.d-center {}
.editXML {
border: 1px solid blue;
margin-top: 10px;
.el-textarea__inner {
height: 68vh !important;
}
}
}
.dialog_title {
color: white;
......@@ -288,14 +286,11 @@
.el-tabs__item {
color: #CEF8FF !important;
background-color: #3D59C4;
background-color: none;
display: flex;
flex-direction: row;
justify-content: center;
// background: url("~@/image/tabitem.png") no-repeat;
// background-size: 100% 100%;
border-radius: 3px;
border: 1px solid blue !important;
}
.el-tabs__nav {
......@@ -312,8 +307,7 @@
}
.el-tabs__item.is-active {
// background: url("~@/image/tabitemse.png") no-repeat;
// background-size: 100% 100%;
background-color: #3D59C4;
}
.from-clues-content {
......@@ -325,7 +319,6 @@
.editDialogBox-box {
position: relative;
top: 10px;
// height: 100%;
}
.dialog-from {
......@@ -367,6 +360,25 @@
}
}
.entryJournal {
.el-textarea__inner {
height: 67vh !important;
border: none !important;
background-color: #ffffff !important;
color: #000000 !important;
}
}
// 上报日志弹出框
.sbdialog {
.el-textarea__inner {
height: 30vh !important;
border: none !important;
background-color: #ffffff !important;
color: #000000 !important;
}
}
// 数据上报弹出框
.dataReporting {
.el-dialog__header {
......@@ -426,15 +438,11 @@
.el-tabs__item {
color: #cef8ff !important;
display: flex;
flex-direction: row;
justify-content: center;
// background: url("~@/image/tabitem.png") no-repeat;
// background-size: 100% 100%;
background-color: #3D59C4;
border-radius: 3px;
border: 1px solid blue !important;
}
.obligee-item-name {
......@@ -512,8 +520,8 @@
}
.el-tabs__item.is-active {
// background: url("~@/image/tabitemse.png") no-repeat;
// background-size: 100% 100%;
background-color: #1c3294;
color: #FFFFFF;
}
.success-images {
......@@ -640,10 +648,6 @@
}
}
.el-form-item__label {
color: rgb(0, 0, 0);
}
.el-input__inner {
// background-color: #07388b;
}
......@@ -659,10 +663,6 @@
// color: rgb(0, 0, 0);
}
.el-form-item__label {
color: rgb(2, 0, 0);
}
.el-dialog__header {
.dialog_title {
......@@ -785,9 +785,9 @@
border-right: none;
text-align: center;
padding: 0;
color: #05bbdb;
line-height: 16px;
font-size: 12px;
text-align: right;
margin-top: 8px !important;
}
......@@ -868,4 +868,4 @@
right: 5px;
}
}
}
}
\ No newline at end of file
......
......@@ -153,6 +153,7 @@ export default {
{
label: "操作",
width: "80",
fixed: "right",
render: (h, scope) => {
return (
<div>
......