|
@@ -413,9 +413,10 @@ defineExpose({
|
|
|
td {
|
|
|
padding: 6px;
|
|
|
.el-input {
|
|
|
- background-color: #ffffff !important;
|
|
|
- border-radius: 3px;
|
|
|
color: #606266;
|
|
|
+ border-radius: 3px;
|
|
|
+ height: initial !important;
|
|
|
+ background-color: #ffffff !important;
|
|
|
.el-input__wrapper {
|
|
|
background-color: inherit;
|
|
|
caret-color: var(--el-color-primary);
|
|
@@ -426,7 +427,6 @@ defineExpose({
|
|
|
}
|
|
|
.el-textarea {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
.el-textarea__inner {
|
|
|
min-height: initial !important;
|
|
|
background-color: #ffffff;
|
|
@@ -469,9 +469,18 @@ defineExpose({
|
|
|
//下拉框
|
|
|
.el-select {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
+ height: initial !important;
|
|
|
}
|
|
|
}
|
|
|
+ td[rowspan*='2'] {
|
|
|
+ height: 60px !important;
|
|
|
+ }
|
|
|
+ td[rowspan*='3'] {
|
|
|
+ height: 90px !important;
|
|
|
+ }
|
|
|
+ td[rowspan*='4'] {
|
|
|
+ height: 120px !important;
|
|
|
+ }
|
|
|
//非输入框颜色
|
|
|
td:not([titlexx]), td[titlexx*=''],
|
|
|
td:not([title]), td[title*=''] {
|