Browse Source

文字颜色,大小,图片宽度

yuanyiming 1 year ago
parent
commit
1b703736e0

+ 2 - 1
src/views/eva/components/ImageComponent.vue

@@ -177,10 +177,11 @@ export default {
 
     .itemImg {
       height: 100%;
+      overflow: hidden;
       // height: 66px;
       // z-index: 1;
       > img {
-        width: 100%;
+        // width: 100%;
         height: 100%;
         border-radius: 5px;
         // object-fit: cover;

+ 3 - 2
src/views/eva/components/selects.vue

@@ -21,7 +21,7 @@
 
     <div class="list" v-if="ico">
       <div class="ol" v-for="(i, index) in listContent" :key="index + 'w'" @click.stop="choose(i)">
-        <div :style="{ color: choosePer.includes(i.id) ? 'blue' : '' }">{{ i.name }}</div>
+        <div :style="{ color: choosePer.includes(i.id) ? '#3b84fc' : '' }">{{ i.name }}</div>
         <div>
           <img :style="{ display: choosePer.includes(i.id) ? '' : 'none' }" src="@/assets/images/eva/dui.png" alt="" />
         </div>
@@ -91,7 +91,7 @@ export default {
 
 <style lang="scss" scoped>
 .txtColor {
-  color: blue;
+  color: #3b84fc;
 }
 .backPage {
   background-color: aquamarine;
@@ -117,6 +117,7 @@ export default {
     height: 40px;
     line-height: 40px;
     width: 100%;
+    font-size: 14px;
     background-color: #fff;
     box-sizing: border-box;
     padding: 0px 10px;

+ 1 - 0
src/views/eva/studentEvaluate.vue

@@ -1170,6 +1170,7 @@ export default {
           box-sizing: border-box;
           padding: 0px 10px;
           display: flex;
+          font-size: 14px;
           justify-content: space-between;
         }
         // .ol:hover {