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