diff --git a/src/views/dashboard/related/network-profiling/Content.vue b/src/views/dashboard/related/network-profiling/Content.vue index 12495af2..f041b75f 100644 --- a/src/views/dashboard/related/network-profiling/Content.vue +++ b/src/views/dashboard/related/network-profiling/Content.vue @@ -15,15 +15,14 @@ limitations under the License. --> @@ -60,7 +59,7 @@ const { t } = useI18n(); } .text { - width: calc(100% - 330px); + width: 100%; text-align: center; margin-top: 30px; } diff --git a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue index 5d3ae126..23df6290 100644 --- a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue +++ b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue @@ -14,14 +14,14 @@ See the License for the specific language governing permissions and limitations under the License. -->