说明:1、字典列表根据修改日期及id排序

2、翻译管理页面文案来源字体默认居右
This commit is contained in:
xjs 2021-12-29 08:57:42 +08:00
parent 6c39508368
commit b0161479a7
2 changed files with 4 additions and 2 deletions

View File

@ -39,6 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
</if>
</where>
order by update_time desc ,dict_id desc
</select>
<select id="selectDictTypeAll" resultMap="SysDictTypeResult">

View File

@ -173,14 +173,15 @@ export default {
.content_div{
float: left;
width: 88%;
width: 75%;
text-shadow: 2px 2px 2px grey;
}
.source_div{
float: left;
padding-top: 70px;
width: 12%;
width: 25%;
text-shadow: 2px 2px 2px grey;
text-align :right
}
</style>