From d7e53e63dd6c435e226d9f08cde31ca35131c911 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 14 四月 2025 15:30:33 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- src/assets/style/examination.less | 54 +++++++++++++++++++++++------------------------------- 1 files changed, 23 insertions(+), 31 deletions(-) diff --git a/src/assets/style/examination.less b/src/assets/style/examination.less index 7ff304e..c079a82 100644 --- a/src/assets/style/examination.less +++ b/src/assets/style/examination.less @@ -45,13 +45,13 @@ text-indent: 0em !important; margin-left: 20px; - /deep/ .el-textarea__inner:focus { + .el-textarea__inner:focus { border-color: #15c0f2; } } .input { - /deep/ .el-input__inner { + .el-input__inner { height: 26px; } } @@ -186,11 +186,11 @@ border-bottom: 1px solid #000; } - /deep/ .el-textarea.is-disabled .el-textarea__inner { + .el-textarea.is-disabled .el-textarea__inner { background-color: #fff; } - /deep/ .el-input.is-disabled .el-input__inner { + .el-input.is-disabled .el-input__inner { background-color: #fff; } @@ -199,11 +199,8 @@ align-items: center; } } - - ::v-deep { - .el-input__wrapper { - border-top: 0 !important; - } + .el-input__wrapper { + border-top: 0 !important; } } @@ -232,12 +229,12 @@ white-space: pre-wrap !important; color: #000; - /deep/ .el-checkbox__label { + .el-checkbox__label { line-height: 1.5; } } - /deep/ .el-radio__inner { + .el-radio__inner { border-color: #a5a3a3; } @@ -262,7 +259,7 @@ /** 瑙f瀽 */ .objective { - /deep/ .el-collapse-item__header { + .el-collapse-item__header { min-height: 48px; height: min-content; padding: 0 20px; @@ -332,11 +329,8 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - - ::v-deep { - img { - max-height: 48px; - } + img { + max-height: 48px; } } } @@ -352,11 +346,11 @@ } } - /deep/ .el-collapse-item__header:focus:not(:hover) { + .el-collapse-item__header:focus:not(:hover) { color: #333; } - /deep/ .el-collapse-item__content { + .el-collapse-item__content { width: 93%; padding: 0 20px; background-color: #f4f4f4; @@ -364,7 +358,7 @@ color: #333; } - /deep/ .el-collapse-item__arrow { + .el-collapse-item__arrow { display: none; } @@ -378,7 +372,7 @@ } .subjective { - /deep/ .el-collapse-item__header { + .el-collapse-item__header { height: 80px; background-color: #f4f4f4; width: 100%; @@ -457,7 +451,7 @@ height: min-content; margin-bottom: 6px; - /deep/ img { + img { margin-left: 10px; object-fit: contain; vertical-align: middle; @@ -480,13 +474,11 @@ } .titleTextArea { - ::v-deep { - img, - .el-image__inner { - max-width: 150px !important; - max-height: 100px !important; - object-fit: contain; - } + img, + .el-image__inner { + max-width: 150px !important; + max-height: 100px !important; + object-fit: contain; } } @@ -636,9 +628,9 @@ object-fit: contain; } - /deep/ .examination-math { + .examination-math { display: flex; align-items: center; flex-wrap: wrap; } -} \ No newline at end of file +} -- Gitblit v1.9.1