forked from github/dataease
commit
40ca8d0279
@ -57,7 +57,7 @@ defineExpose({
|
||||
|
||||
> :nth-child(1) {
|
||||
color: var(--deTextSecondary, #1f2329);
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -66,7 +66,7 @@ defineExpose({
|
||||
|
||||
> :nth-child(1) {
|
||||
color: var(--deTextSecondary, #1f2329);
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -100,7 +100,7 @@ defineExpose({
|
||||
|
||||
> :nth-child(1) {
|
||||
color: var(--deTextSecondary, #1f2329);
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -72,7 +72,7 @@ defineExpose({
|
||||
|
||||
> :nth-child(1) {
|
||||
color: var(--deTextSecondary, #1f2329);
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -71,7 +71,7 @@ watch(
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 17px 0;
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-weight: 400;
|
||||
|
||||
.sum {
|
||||
|
@ -100,7 +100,7 @@ body {
|
||||
}
|
||||
|
||||
.title-form_primary {
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
|
@ -148,7 +148,7 @@ const handleCommand = key => {
|
||||
|
||||
.de-model-text {
|
||||
margin-left: 8px;
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
|
@ -152,7 +152,7 @@ defineExpose({
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
color: var(--deTextPrimary, #1f2329);
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
|
@ -580,7 +580,7 @@ onMounted(() => {
|
||||
.active-template {
|
||||
height: 56px;
|
||||
padding: 0px 24px;
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
|
@ -359,7 +359,7 @@ const handleTabClick = () => {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: 32px;
|
||||
font-family: ''阿里巴巴普惠体 3.0 55 Regular L3'';
|
||||
font-family: '阿里巴巴普惠体 3.0 55 Regular L3';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user