|
|
@@ -4918,90 +4918,92 @@ export default {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
</style>
|
|
|
-<style>
|
|
|
-.table-headermd {
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- position: initial;
|
|
|
- width: 98% !important;
|
|
|
- margin: 0 auto;
|
|
|
- border-right: 0;
|
|
|
-}
|
|
|
-.table-headermd .el-table__header,
|
|
|
-.table-headermd .el-table__body {
|
|
|
- width: 100% !important;
|
|
|
-}
|
|
|
-.table-headermd col:nth-child(4) {
|
|
|
- width: 5.6rem;
|
|
|
-}
|
|
|
-.table-headermd col:nth-child(2),
|
|
|
-.table-headermd col:nth-child(3) {
|
|
|
- width: 4.6rem;
|
|
|
-}
|
|
|
-.table-headermdwl col:nth-child(2) {
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-.table-headermdwl col:nth-child(3) {
|
|
|
- width: 4.6rem;
|
|
|
-}
|
|
|
-.table-headermd .van-cell {
|
|
|
- padding: 0 4px;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.table-headermd th.el-table__cell > .cell {
|
|
|
- padding: 0 4px;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-.table-headermd th.el-table__cell:first-child > .cell {
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-.table-headermd th.el-table__cell {
|
|
|
- background-color: #1989fa;
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-.table-headermd .el-table__cell {
|
|
|
- padding: 4px 0;
|
|
|
-}
|
|
|
-.table-headermd.el-table .cell {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.table-headermd .tipTitle {
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
-}
|
|
|
-.table-headermd::before {
|
|
|
- height: 0;
|
|
|
-}
|
|
|
-.xing {
|
|
|
- color: red;
|
|
|
- padding-left: 4px;
|
|
|
-}
|
|
|
-.formLabel .van-radio__label,
|
|
|
-.formLabel .van-checkbox__label {
|
|
|
- font-size: 1.4rem;
|
|
|
-}
|
|
|
-.table-headermd .cell,
|
|
|
-.el-table--border .el-table__cell:first-child .cell {
|
|
|
- padding: 0 4px;
|
|
|
-}
|
|
|
-.isTableMust {
|
|
|
- padding: 4px;
|
|
|
- color: #999;
|
|
|
- margin: 0;
|
|
|
- margin-top: -10px;
|
|
|
-}
|
|
|
-.mobile-input .van-field__control {
|
|
|
- font-size: 12px;
|
|
|
- color: #999;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-.formLabel .mobile-input {
|
|
|
- border: 0 !important;
|
|
|
-}
|
|
|
-.addStoreVisit .van-dialog {
|
|
|
- overflow: visible;
|
|
|
+<style lang="scss">
|
|
|
+.addStoreVisit {
|
|
|
+ .table-headermd {
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ position: initial;
|
|
|
+ width: 98% !important;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-right: 0;
|
|
|
+ }
|
|
|
+ .table-headermd .el-table__header,
|
|
|
+ .table-headermd .el-table__body {
|
|
|
+ width: 100% !important;
|
|
|
+ }
|
|
|
+ .table-headermd col:nth-child(4) {
|
|
|
+ width: 5.6rem;
|
|
|
+ }
|
|
|
+ .table-headermd col:nth-child(2),
|
|
|
+ .table-headermd col:nth-child(3) {
|
|
|
+ width: 4.6rem;
|
|
|
+ }
|
|
|
+ .table-headermdwl col:nth-child(2) {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
+ .table-headermdwl col:nth-child(3) {
|
|
|
+ width: 4.6rem;
|
|
|
+ }
|
|
|
+ .table-headermd .van-cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .table-headermd th.el-table__cell > .cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .table-headermd th.el-table__cell:first-child > .cell {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .table-headermd th.el-table__cell {
|
|
|
+ background-color: #1989fa;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .table-headermd .el-table__cell {
|
|
|
+ padding: 4px 0;
|
|
|
+ }
|
|
|
+ .table-headermd.el-table .cell {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .table-headermd .tipTitle {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ }
|
|
|
+ .table-headermd::before {
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
+ .xing {
|
|
|
+ color: red;
|
|
|
+ padding-left: 4px;
|
|
|
+ }
|
|
|
+ .formLabel .van-radio__label,
|
|
|
+ .formLabel .van-checkbox__label {
|
|
|
+ font-size: 1.4rem;
|
|
|
+ }
|
|
|
+ .table-headermd .cell,
|
|
|
+ .el-table--border .el-table__cell:first-child .cell {
|
|
|
+ padding: 0 4px;
|
|
|
+ }
|
|
|
+ .isTableMust {
|
|
|
+ padding: 4px;
|
|
|
+ color: #999;
|
|
|
+ margin: 0;
|
|
|
+ margin-top: -10px;
|
|
|
+ }
|
|
|
+ .mobile-input .van-field__control {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999;
|
|
|
+ border: 0;
|
|
|
+ }
|
|
|
+ .formLabel .mobile-input {
|
|
|
+ border: 0 !important;
|
|
|
+ }
|
|
|
+ .addStoreVisit .van-dialog {
|
|
|
+ overflow: visible;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|