diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
index dc3e409..bf11065 100644
--- a/src/assets/styles/ruoyi.scss
+++ b/src/assets/styles/ruoyi.scss
@@ -1245,16 +1245,19 @@ h6 {
padding-bottom: 0px;
}
+.mySmailDetailForm .el-form-item--default,
.myDetailForm .el-form-item--default {
margin-bottom: 0px;
}
+.mySmailDetailForm .el-form--inline .el-form-item,
.myDetailForm .el-form--inline .el-form-item {
display: inline-flex;
margin-right: 26px;
vertical-align: middle;
}
+.mySmailDetailForm .el-form-item__content,
.myDetailForm .el-form-item__content {
font-family: Microsoft YaHei;
font-weight: 400;
@@ -1273,6 +1276,63 @@ h6 {
/* 限制宽度 */
}
+.mySmailDetailForm .el-form-item__content {
+ font-family: Microsoft YaHei;
+ font-weight: 600;
+ font-size: 16px;
+ color: #1E1E1E;
+ display: block;
+ line-height: 60px;
+ padding-left: 20px;
+ overflow: hidden;
+ /* 隐藏溢出的内容 */
+ text-overflow: ellipsis;
+ /* 以省略号代替超出部分 */
+ white-space: nowrap;
+ /* 强制在一行内显示,不允许自动换行 */
+ width: 100%;
+ /* 限制宽度 */
+}
+
+// 多行内容显示
+.mySmailDetailForm .moreRowContent .el-form-item__label {
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ font-size: 16px;
+ color: #002866;
+ justify-content: start;
+ height: auto;
+ min-height: 120px;
+ line-height: 120px;
+ padding-left: 17px;
+ background: #EDF2F960;
+}
+
+.mySmailDetailForm .moreRowContent .el-form-item__content {
+ font-family: Microsoft YaHei;
+ font-weight: 600;
+ font-size: 16px;
+ color: #1E1E1E;
+ display: block;
+ line-height: 20px;
+ padding: 24px 20px;
+ white-space: normal;
+ min-height: 120px;
+}
+
+
+.mySmailDetailForm .el-form-item__label {
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ font-size: 16px;
+ color: #002866;
+ justify-content: start;
+ min-height: 60px;
+ line-height: 60px;
+ padding-left: 17px;
+ background: #EDF2F960;
+}
+
.myDetailForm .el-form-item__label {
font-family: Microsoft YaHei;
font-weight: 400;
diff --git a/src/views/outdoorMedia/detail.vue b/src/views/outdoorMedia/detail.vue
new file mode 100644
index 0000000..b80da26
--- /dev/null
+++ b/src/views/outdoorMedia/detail.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ detailForm.mediaName }}
+
+
+
+
+
+
+
+ {{ detailForm.mediaCategoryStr }}
+
+
+
+
+ {{ detailForm.displayFormStr }}
+
+
+
+
+
+
+
+ {{ detailForm.mediaSize }}
+
+
+
+
+
+
+
+ {{ detailForm.provinceName }}{{ detailForm.cityName }}{{ detailForm.areaName }}{{
+ detailForm.townName }}-{{ detailForm.businessDistrictName }}
+
+
+
+
+
+
+
+ {{ detailForm.address }}
+
+
+
+
+
+
+
+ {{ detailForm.advantages }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/outdoorMedia/index.vue b/src/views/outdoorMedia/index.vue
index c7704e3..a6db1e1 100644
--- a/src/views/outdoorMedia/index.vue
+++ b/src/views/outdoorMedia/index.vue
@@ -122,7 +122,7 @@
- 查看
+
+