mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-02 16:57:09 +08:00
style: 优化公告相关样式
This commit is contained in:
@@ -68,6 +68,10 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
:deep(.arco-typography) {
|
||||||
|
color: var(--color-text-2);
|
||||||
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-modal v-model:visible="visible" :width="width >= 600 ? '70%' : '100%'" :footer="false" draggable @close="reset">
|
<a-modal v-model:visible="visible" :width="width >= 600 ? 'auto' : '100%'" :footer="false" draggable @close="reset">
|
||||||
<a-typography :style="{ marginTop: '-40px', textAlign: 'center' }">
|
<a-typography :style="{ marginTop: '-40px', textAlign: 'center' }">
|
||||||
<a-typography-title>
|
<a-typography-title>
|
||||||
{{ dataDetail?.title }}
|
{{ dataDetail?.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user