BUG修改

This commit is contained in:
a0049873 2022-10-21 17:32:45 +08:00
parent bd036feee2
commit 7e9108e7d6
1 changed files with 42 additions and 39 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.liangjunhua
* @Date: 2022-08-19 10:00:16
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-08-19 15:55:05
* @LastEditors: Light
* @LastEditTime: 2022-10-21 17:29:46
* @Description: 告诉大家这是什么
-->
<template>
@ -42,7 +42,7 @@
}
</script>
<style lang="less" scoped>
.algorithm {
.algorithm {
padding: 0.7rem 1.05rem 0.5rem;
.header {
padding-bottom: 0.15rem;
@ -68,6 +68,9 @@
.name {
font-size: 26px;
color: #7dbbff;
max-height: 26px;
line-height: 26px;
overflow: hidden;
}
.img {
width: 0.57rem;
@ -83,5 +86,5 @@
margin: 0.25rem 0.17rem -0.05rem;
}
}
}
}
</style>