Commit f227b35f authored by zhangyichen's avatar zhangyichen

角标修改

parent 93bc7d55
......@@ -53,7 +53,7 @@
@selectColor: #4498F0; // #4498F0
.diyTag{
// transform: scale(.99,.99);
// line-height: 14px;
line-height: normal;
border-radius: 14px;
font-size: 10px;
background-color:#E94B3F;
......@@ -61,6 +61,7 @@
position: absolute;
font-weight: initial;
z-index: 999;
display: inline-table;
// display: flex;
// align-items: center;
// justify-content: center;
......@@ -71,6 +72,8 @@
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
display: table-cell;
vertical-align: center;
//display: flex;
//align-items: center;
//justify-content: center
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment